Html Css Color HEX #CF266F Cerise

📋 copy color: '#CF266F'

red 207 ◦ green 38 ◦ blue 111

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

Shades of Cerise #CF266F

Tints of Cerise #CF266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 58.15%
G = 10.67%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF266F (or 0xCF266F) is known color: Cerise. HEX triplet: CF, 26 and 6F. RGB value is (207,38,111). Sum of RGB (Red+Green+Blue) = 207+38+111=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF266F is #30D990. Grayscale: #606060. Windows color (decimal): -3201425 or 7284431. OLE color: 7284431.

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

Color convert

RGB 207 38 111 -
CMYK 0 0.82 0.46 0.19
HSL 334.08º 0.69% 0.48% -
HSV(B) 334.08º 0.82% 0.81% -
XYZ 29.29 15.8 16.54 -
YUV 96.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 207 38 111 0 0.82 0.46 0.19 334.08 0.69 0.48
Hex CF 26 6F 0 52 2E 13 14E 45 30
Octal 317 46 157 0 122 56 23 516 105 60
Binary 11001111 100110 1101111 0 1010010 101110 10011 101001110 1000101 110000

Color Harmonies of #CF266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF266F

Black with #CF266F

Text Example


Text Example

White with #CF266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF266F; }

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

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

background-color css

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

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

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

border-color css

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

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

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