Html Css Color HEX #CB2366 Cerise

📋 copy color: '#CB2366'

red 203 ◦ green 35 ◦ blue 102

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

Shades of Cerise #CB2366

Tints of Cerise #CB2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

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

R = 59.71%
G = 10.29%
B = 30%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2366 (or 0xCB2366) is known color: Cerise. HEX triplet: CB, 23 and 66. RGB value is (203,35,102). Sum of RGB (Red+Green+Blue) = 203+35+102=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2366 is #34DC99. Grayscale: #5C5C5C. Windows color (decimal): -3464346 or 6693835. OLE color: 6693835.

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

Color convert

RGB 203 35 102 -
CMYK 0 0.83 0.50 0.20
HSL 336.07º 0.71% 0.47% -
HSV(B) 336.07º 0.83% 0.8% -
XYZ 27.63 14.86 13.98 -
YUV 92.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 203 35 102 0 0.83 0.50 0.20 336.07 0.71 0.47
Hex CB 23 66 0 53 32 14 150 47 2F
Octal 313 43 146 0 123 62 24 520 107 57
Binary 11001011 100011 1100110 0 1010011 110010 10100 101010000 1000111 101111

Color Harmonies of #CB2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2366

Black with #CB2366

Text Example


Text Example

White with #CB2366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2366; }

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

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

background-color css

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

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

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

border-color css

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

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

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