Html Css Color HEX #CB2666 Cerise

📋 copy color: '#CB2666'

red 203 ◦ green 38 ◦ blue 102

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

Shades of Cerise #CB2666

Tints of Cerise #CB2666

RGB

 RED value IS 203 (79.69% from 255) = 59.18%

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

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

R = 59.18%
G = 11.08%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2666 (or 0xCB2666) is known color: Cerise. HEX triplet: CB, 26 and 66. RGB value is (203,38,102). Sum of RGB (Red+Green+Blue) = 203+38+102=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2666 is #34D999. Grayscale: #5E5E5E. Windows color (decimal): -3463578 or 6694603. OLE color: 6694603.

HSL color Cylindrical-coordinate representation of color #CB2666: hue angle of 336.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2666 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 38 102 -
CMYK 0 0.81 0.50 0.20
HSL 336.73º 0.68% 0.47% -
HSV(B) 336.73º 0.81% 0.8% -
XYZ 27.72 15.04 14.01 -
YUV 94.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 203 38 102 0 0.81 0.50 0.20 336.73 0.68 0.47
Hex CB 26 66 0 51 32 14 151 44 2F
Octal 313 46 146 0 121 62 24 521 104 57
Binary 11001011 100110 1100110 0 1010001 110010 10100 101010001 1000100 101111

Color Harmonies of #CB2666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2666

Black with #CB2666

Text Example


Text Example

White with #CB2666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2666; }

 p { color: rgb(203,38,102); }

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

background-color css

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

 a { background-color: rgb(203,38,102); }

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

border-color css

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

 span { border-color: rgb(203,38,102); }

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