Html Css Color HEX #CB2469 Cerise

📋 copy color: '#CB2469'

red 203 ◦ green 36 ◦ blue 105

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

Shades of Cerise #CB2469

Tints of Cerise #CB2469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 59.01%
G = 10.47%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB2469 (or 0xCB2469) is known color: Cerise. HEX triplet: CB, 24 and 69. RGB value is (203,36,105). Sum of RGB (Red+Green+Blue) = 203+36+105=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2469 is #34DB96. Grayscale: #5D5D5D. Windows color (decimal): -3464087 or 6890699. OLE color: 6890699.

HSL color Cylindrical-coordinate representation of color #CB2469: hue angle of 335.21º 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 #CB2469 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 105 -
CMYK 0 0.82 0.48 0.20
HSL 335.21º 0.7% 0.47% -
HSV(B) 335.21º 0.82% 0.8% -
XYZ 27.81 14.98 14.79 -
YUV 93.8 134.33 205.89 -
System Red Green Blue C M Y K H S L
Decimal 203 36 105 0 0.82 0.48 0.20 335.21 0.7 0.47
Hex CB 24 69 0 52 30 14 14F 46 2F
Octal 313 44 151 0 122 60 24 517 106 57
Binary 11001011 100100 1101001 0 1010010 110000 10100 101001111 1000110 101111

Color Harmonies of #CB2469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2469

Black with #CB2469

Text Example


Text Example

White with #CB2469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2469; }

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

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

background-color css

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

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

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

border-color css

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

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

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