Html Css Color HEX #CB2059 Old Rose

📋 copy color: '#CB2059'

red 203 ◦ green 32 ◦ blue 89

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

Shades of Old Rose #CB2059

Tints of Old Rose #CB2059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.88%

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

R = 62.65%
G = 9.88%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB2059 (or 0xCB2059) is known color: Old Rose. HEX triplet: CB, 20 and 59. RGB value is (203,32,89). Sum of RGB (Red+Green+Blue) = 203+32+89=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2059 is #34DFA6. Grayscale: #595959. Windows color (decimal): -3465127 or 5841099. OLE color: 5841099.

HSL color Cylindrical-coordinate representation of color #CB2059: hue angle of 340º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB2059 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 32 89 -
CMYK 0 0.84 0.56 0.20
HSL 340º 0.73% 0.46% -
HSV(B) 340º 0.84% 0.8% -
XYZ 26.95 14.45 10.82 -
YUV 89.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 203 32 89 0 0.84 0.56 0.20 340 0.73 0.46
Hex CB 20 59 0 54 38 14 154 49 2E
Octal 313 40 131 0 124 70 24 524 111 56
Binary 11001011 100000 1011001 0 1010100 111000 10100 101010100 1001001 101110

Color Harmonies of #CB2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2059

Black with #CB2059

Text Example


Text Example

White with #CB2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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