Html Css Color HEX #CA2D55 Old Rose

📋 copy color: '#CA2D55'

red 202 ◦ green 45 ◦ blue 85

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

Shades of Old Rose #CA2D55

Tints of Old Rose #CA2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 60.84%
G = 13.55%
B = 25.6%

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

#CA2D55 (or 0xCA2D55) is known color: Old Rose. HEX triplet: CA, 2D and 55. RGB value is (202,45,85). Sum of RGB (Red+Green+Blue) = 202+45+85=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D55 is #35D2AA. Grayscale: #606060. Windows color (decimal): -3527339 or 5582282. OLE color: 5582282.

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

Color convert

RGB 202 45 85 -
CMYK 0 0.78 0.58 0.21
HSL 344.71º 0.64% 0.48% -
HSV(B) 344.71º 0.78% 0.79% -
XYZ 26.94 15.09 10.09 -
YUV 96.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 202 45 85 0 0.78 0.58 0.21 344.71 0.64 0.48
Hex CA 2D 55 0 4E 3A 15 159 40 30
Octal 312 55 125 0 116 72 25 531 100 60
Binary 11001010 101101 1010101 0 1001110 111010 10101 101011001 1000000 110000

Color Harmonies of #CA2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D55

Black with #CA2D55

Text Example


Text Example

White with #CA2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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