#cf396f

Color #CF396F Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #CF396F

Tints of Cerise #CF396F

Color information

#CF396F (or 0xCF396F) is unknown color: approx Cerise. HEX triplet: CF, 39 and 6F. RGB value is (207,57,111). Sum of RGB (Red+Green+Blue) = 207+57+111=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF396F is #30C690. Grayscale: #6B6B6B. Windows color (decimal): -3196561 or 7289295. OLE color: 7289295.

HSL color Cylindrical-coordinate representation of color #CF396F: hue angle of 338.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF396F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB20757111-
CMYK00.720.460.19
HSL338.4º60.98%51.76%-
HSV(B)338.4º72.46%81.18%-
XYZ30.0617.3416.8-
YUV108.01129.7198.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 55.2%
GREEN value IS 57 (22.66% from 255) = 15.2%
BLUE value IS 111 (43.75% from 255) = 29.6%
R=55.2%
G=15.2%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075711100.720.460.19338.460.9851.76
HexCF396F0482E131523d34
Octal31771157011056235227564
Binary1100111111100111011110100100010111010011101010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf396f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf396f; }

 p { color: rgb(207,57,111); }

 H1.HeaderClassName
 {
   color: #cf396f;
 }
 .AnyTagClassName
 {
   color: #cf396f;
 }
</style>
background-color css

<style>
 a { background-color: #cf396f; }

 a { background-color: rgb(207,57,111); }

 div.DivClassName
 {
   background-color: #cf396f;
 }
 .BgClassName
 {
   background-color: #cf396f;
 }
</style>
border-color css

<style>
 span { border-color: #cf396f; }

 span { border-color: rgb(207,57,111); }

 td.TdClassName
 {
   border-color: #cf396f;
 }
 .TagClassName
 {
   border-color: #cf396f;
 }
</style>