Html Css Color HEX #CB2259 Old Rose

📋 copy color: '#CB2259'

red 203 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #CB2259

Tints of Old Rose #CB2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 62.27%
G = 10.43%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB2259 (or 0xCB2259) is known color: Old Rose. HEX triplet: CB, 22 and 59. RGB value is (203,34,89). Sum of RGB (Red+Green+Blue) = 203+34+89=326 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.27% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2259 is #34DDA6. Grayscale: #5A5A5A. Windows color (decimal): -3464615 or 5841611. OLE color: 5841611.

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

Color convert

RGB 203 34 89 -
CMYK 0 0.83 0.56 0.20
HSL 340.47º 0.71% 0.46% -
HSV(B) 340.47º 0.83% 0.8% -
XYZ 27 14.56 10.84 -
YUV 90.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 203 34 89 0 0.83 0.56 0.20 340.47 0.71 0.46
Hex CB 22 59 0 53 38 14 154 47 2E
Octal 313 42 131 0 123 70 24 524 107 56
Binary 11001011 100010 1011001 0 1010011 111000 10100 101010100 1000111 101110

Color Harmonies of #CB2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2259

Black with #CB2259

Text Example


Text Example

White with #CB2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2259; }

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

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

background-color css

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

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

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

border-color css

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

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

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