Html Css Color HEX #CA2C55 Old Rose

📋 copy color: '#CA2C55'

red 202 ◦ green 44 ◦ blue 85

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

Shades of Old Rose #CA2C55

Tints of Old Rose #CA2C55

RGB

 RED value IS 202 (79.3% from 255) = 61.03%

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

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

R = 61.03%
G = 13.29%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA2C55 (or 0xCA2C55) is known color: Old Rose. HEX triplet: CA, 2C and 55. RGB value is (202,44,85). Sum of RGB (Red+Green+Blue) = 202+44+85=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C55 is #35D3AA. Grayscale: #5F5F5F. Windows color (decimal): -3527595 or 5582026. OLE color: 5582026.

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

Color convert

RGB 202 44 85 -
CMYK 0 0.78 0.58 0.21
HSL 344.43º 0.64% 0.48% -
HSV(B) 344.43º 0.78% 0.79% -
XYZ 26.9 15.01 10.07 -
YUV 95.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 202 44 85 0 0.78 0.58 0.21 344.43 0.64 0.48
Hex CA 2C 55 0 4E 3A 15 158 40 30
Octal 312 54 125 0 116 72 25 530 100 60
Binary 11001010 101100 1010101 0 1001110 111010 10101 101011000 1000000 110000

Color Harmonies of #CA2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C55

Black with #CA2C55

Text Example


Text Example

White with #CA2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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