Html Css Color HEX #CB2C55 Old Rose

📋 copy color: '#CB2C55'

red 203 ◦ green 44 ◦ blue 85

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

Shades of Old Rose #CB2C55

Tints of Old Rose #CB2C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 61.14%
G = 13.25%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB2C55 (or 0xCB2C55) is known color: Old Rose. HEX triplet: CB, 2C and 55. RGB value is (203,44,85). Sum of RGB (Red+Green+Blue) = 203+44+85=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2C55 is #34D3AA. Grayscale: #606060. Windows color (decimal): -3462059 or 5582027. OLE color: 5582027.

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

Color convert

RGB 203 44 85 -
CMYK 0 0.78 0.58 0.20
HSL 344.53º 0.64% 0.48% -
HSV(B) 344.53º 0.78% 0.8% -
XYZ 27.17 15.15 10.09 -
YUV 96.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 203 44 85 0 0.78 0.58 0.20 344.53 0.64 0.48
Hex CB 2C 55 0 4E 3A 14 159 40 30
Octal 313 54 125 0 116 72 24 531 100 60
Binary 11001011 101100 1010101 0 1001110 111010 10100 101011001 1000000 110000

Color Harmonies of #CB2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C55

Black with #CB2C55

Text Example


Text Example

White with #CB2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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