Html Css Color HEX #CF2766 Cerise

📋 copy color: '#CF2766'

red 207 ◦ green 39 ◦ blue 102

#CF2766
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CF2766

Tints of Cerise #CF2766

RGB

 RED value IS 207 (81.25% from 255) = 59.48%

 GREEN value IS 39 (15.63% from 255) = 11.21%

 BLUE value IS 102 (40.23% from 255) = 29.31%

R = 59.48%
G = 11.21%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF2766 (or 0xCF2766) is known color: Cerise. HEX triplet: CF, 27 and 66. RGB value is (207,39,102). Sum of RGB (Red+Green+Blue) = 207+39+102=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2766 is #30D899. Grayscale: #606060. Windows color (decimal): -3201178 or 6694863. OLE color: 6694863.

HSL color Cylindrical-coordinate representation of color #CF2766: hue angle of 337.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2766 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 39 102 -
CMYK 0 0.81 0.51 0.19
HSL 337.5º 0.68% 0.48% -
HSV(B) 337.5º 0.81% 0.81% -
XYZ 28.86 15.68 14.08 -
YUV 96.41 131.16 206.88 -
System Red Green Blue C M Y K H S L
Decimal 207 39 102 0 0.81 0.51 0.19 337.5 0.68 0.48
Hex CF 27 66 0 51 33 13 152 44 30
Octal 317 47 146 0 121 63 23 522 104 60
Binary 11001111 100111 1100110 0 1010001 110011 10011 101010010 1000100 110000

Color Harmonies of #CF2766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2766

Black with #CF2766

Text Example


Text Example

White with #CF2766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2766; }

 p { color: rgb(207,39,102); }

 H1.HeaderClassName
 {
   color: #CF2766;
 }
 .AnyTagClassName
 {
   color: #CF2766;
 }
</style>

background-color css

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

 a { background-color: rgb(207,39,102); }

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

border-color css

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

 span { border-color: rgb(207,39,102); }

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