Html Css Color HEX #CB2966 Cerise

📋 copy color: '#CB2966'

red 203 ◦ green 41 ◦ blue 102

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

Shades of Cerise #CB2966

Tints of Cerise #CB2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 58.67%
G = 11.85%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2966 (or 0xCB2966) is known color: Cerise. HEX triplet: CB, 29 and 66. RGB value is (203,41,102). Sum of RGB (Red+Green+Blue) = 203+41+102=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2966 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2966 is #34D699. Grayscale: #606060. Windows color (decimal): -3462810 or 6695371. OLE color: 6695371.

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

Color convert

RGB 203 41 102 -
CMYK 0 0.80 0.50 0.20
HSL 337.41º 0.66% 0.48% -
HSV(B) 337.41º 0.8% 0.8% -
XYZ 27.82 15.24 14.05 -
YUV 96.39 131.17 204.04 -
System Red Green Blue C M Y K H S L
Decimal 203 41 102 0 0.80 0.50 0.20 337.41 0.66 0.48
Hex CB 29 66 0 50 32 14 151 42 30
Octal 313 51 146 0 120 62 24 521 102 60
Binary 11001011 101001 1100110 0 1010000 110010 10100 101010001 1000010 110000

Color Harmonies of #CB2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2966

Black with #CB2966

Text Example


Text Example

White with #CB2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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