Html Css Color HEX #CB2C4C Old Rose

📋 copy color: '#CB2C4C'

red 203 ◦ green 44 ◦ blue 76

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

Shades of Old Rose #CB2C4C

Tints of Old Rose #CB2C4C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.62%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 62.85%
G = 13.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB2C4C (or 0xCB2C4C) is known color: Old Rose. HEX triplet: CB, 2C and 4C. RGB value is (203,44,76). Sum of RGB (Red+Green+Blue) = 203+44+76=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C4C is #34D3B3. Grayscale: #5F5F5F. Windows color (decimal): -3462068 or 4992203. OLE color: 4992203.

HSL color Cylindrical-coordinate representation of color #CB2C4C: hue angle of 347.92º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB2C4C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 44 76 -
CMYK 0 0.78 0.63 0.20
HSL 347.92º 0.64% 0.48% -
HSV(B) 347.92º 0.78% 0.8% -
XYZ 26.83 15.02 8.32 -
YUV 95.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 203 44 76 0 0.78 0.63 0.20 347.92 0.64 0.48
Hex CB 2C 4C 0 4E 3F 14 15C 40 30
Octal 313 54 114 0 116 77 24 534 100 60
Binary 11001011 101100 1001100 0 1001110 111111 10100 101011100 1000000 110000

Color Harmonies of #CB2C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C4C

Black with #CB2C4C

Text Example


Text Example

White with #CB2C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C4C; }

 p { color: rgb(203,44,76); }

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

background-color css

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

 a { background-color: rgb(203,44,76); }

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

border-color css

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

 span { border-color: rgb(203,44,76); }

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