Html Css Color HEX #CA2853 Old Rose

📋 copy color: '#CA2853'

red 202 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #CA2853

Tints of Old Rose #CA2853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.31%

 BLUE value IS 83 (32.81% from 255) = 25.54%

R = 62.15%
G = 12.31%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA2853 (or 0xCA2853) is known color: Old Rose. HEX triplet: CA, 28 and 53. RGB value is (202,40,83). Sum of RGB (Red+Green+Blue) = 202+40+83=325 (43% of max value = 765). Red value is 202 (79.30% from 255 or 62.15% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2853 is #35D7AC. Grayscale: #5D5D5D. Windows color (decimal): -3528621 or 5449930. OLE color: 5449930.

HSL color Cylindrical-coordinate representation of color #CA2853: hue angle of 344.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2853 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 83 -
CMYK 0 0.80 0.59 0.21
HSL 344.07º 0.67% 0.47% -
HSV(B) 344.07º 0.8% 0.79% -
XYZ 26.68 14.7 9.61 -
YUV 93.34 122.17 205.5 -
System Red Green Blue C M Y K H S L
Decimal 202 40 83 0 0.80 0.59 0.21 344.07 0.67 0.47
Hex CA 28 53 0 50 3B 15 158 43 2F
Octal 312 50 123 0 120 73 25 530 103 57
Binary 11001010 101000 1010011 0 1010000 111011 10101 101011000 1000011 101111

Color Harmonies of #CA2853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2853

Black with #CA2853

Text Example


Text Example

White with #CA2853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2853; }

 p { color: rgb(202,40,83); }

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

background-color css

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

 a { background-color: rgb(202,40,83); }

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

border-color css

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

 span { border-color: rgb(202,40,83); }

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