Html Css Color HEX #CA2852 Old Rose

📋 copy color: '#CA2852'

red 202 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #CA2852

Tints of Old Rose #CA2852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 62.35%
G = 12.35%
B = 25.31%

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

#CA2852 (or 0xCA2852) is known color: Old Rose. HEX triplet: CA, 28 and 52. RGB value is (202,40,82). Sum of RGB (Red+Green+Blue) = 202+40+82=324 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.35% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2852 is #35D7AD. Grayscale: #5D5D5D. Windows color (decimal): -3528622 or 5384394. OLE color: 5384394.

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

Color convert

RGB 202 40 82 -
CMYK 0 0.80 0.59 0.21
HSL 344.44º 0.67% 0.47% -
HSV(B) 344.44º 0.8% 0.79% -
XYZ 26.64 14.68 9.41 -
YUV 93.23 121.67 205.58 -
System Red Green Blue C M Y K H S L
Decimal 202 40 82 0 0.80 0.59 0.21 344.44 0.67 0.47
Hex CA 28 52 0 50 3B 15 158 43 2F
Octal 312 50 122 0 120 73 25 530 103 57
Binary 11001010 101000 1010010 0 1010000 111011 10101 101011000 1000011 101111

Color Harmonies of #CA2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2852

Black with #CA2852

Text Example


Text Example

White with #CA2852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2852; }

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

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

background-color css

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

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

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

border-color css

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

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

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