Html Css Color HEX #CB2466 Cerise

📋 copy color: '#CB2466'

red 203 ◦ green 36 ◦ blue 102

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

Shades of Cerise #CB2466

Tints of Cerise #CB2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

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

R = 59.53%
G = 10.56%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB2466 (or 0xCB2466) is known color: Cerise. HEX triplet: CB, 24 and 66. RGB value is (203,36,102). Sum of RGB (Red+Green+Blue) = 203+36+102=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2466 is #34DB99. Grayscale: #5D5D5D. Windows color (decimal): -3464090 or 6694091. OLE color: 6694091.

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

Color convert

RGB 203 36 102 -
CMYK 0 0.82 0.50 0.20
HSL 336.29º 0.7% 0.47% -
HSV(B) 336.29º 0.82% 0.8% -
XYZ 27.66 14.92 13.99 -
YUV 93.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 203 36 102 0 0.82 0.50 0.20 336.29 0.7 0.47
Hex CB 24 66 0 52 32 14 150 46 2F
Octal 313 44 146 0 122 62 24 520 106 57
Binary 11001011 100100 1100110 0 1010010 110010 10100 101010000 1000110 101111

Color Harmonies of #CB2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2466

Black with #CB2466

Text Example


Text Example

White with #CB2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2466; }

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

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

background-color css

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

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

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

border-color css

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

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

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