Html Css Color HEX #CA2055 Old Rose

📋 copy color: '#CA2055'

red 202 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #CA2055

Tints of Old Rose #CA2055

RGB

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

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

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

R = 63.32%
G = 10.03%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA2055 (or 0xCA2055) is known color: Old Rose. HEX triplet: CA, 20 and 55. RGB value is (202,32,85). Sum of RGB (Red+Green+Blue) = 202+32+85=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2055 is #35DFAA. Grayscale: #585858. Windows color (decimal): -3530667 or 5578954. OLE color: 5578954.

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

Color convert

RGB 202 32 85 -
CMYK 0 0.84 0.58 0.21
HSL 341.29º 0.73% 0.46% -
HSV(B) 341.29º 0.84% 0.79% -
XYZ 26.51 14.25 9.95 -
YUV 88.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 202 32 85 0 0.84 0.58 0.21 341.29 0.73 0.46
Hex CA 20 55 0 54 3A 15 155 49 2E
Octal 312 40 125 0 124 72 25 525 111 56
Binary 11001010 100000 1010101 0 1010100 111010 10101 101010101 1001001 101110

Color Harmonies of #CA2055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2055

Black with #CA2055

Text Example


Text Example

White with #CA2055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2055; }

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

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

background-color css

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

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

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

border-color css

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

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

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