Html Css Color HEX #CB2459 Old Rose

📋 copy color: '#CB2459'

red 203 ◦ green 36 ◦ blue 89

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

Shades of Old Rose #CB2459

Tints of Old Rose #CB2459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 61.89%
G = 10.98%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB2459 (or 0xCB2459) is known color: Old Rose. HEX triplet: CB, 24 and 59. RGB value is (203,36,89). Sum of RGB (Red+Green+Blue) = 203+36+89=328 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.89% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2459 is #34DBA6. Grayscale: #5B5B5B. Windows color (decimal): -3464103 or 5842123. OLE color: 5842123.

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

Color convert

RGB 203 36 89 -
CMYK 0 0.82 0.56 0.20
HSL 340.96º 0.7% 0.47% -
HSV(B) 340.96º 0.82% 0.8% -
XYZ 27.06 14.68 10.86 -
YUV 91.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 203 36 89 0 0.82 0.56 0.20 340.96 0.7 0.47
Hex CB 24 59 0 52 38 14 155 46 2F
Octal 313 44 131 0 122 70 24 525 106 57
Binary 11001011 100100 1011001 0 1010010 111000 10100 101010101 1000110 101111

Color Harmonies of #CB2459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2459

Black with #CB2459

Text Example


Text Example

White with #CB2459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2459; }

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

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

background-color css

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

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

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

border-color css

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

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

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