Html Css Color HEX #CA2152 Old Rose

📋 copy color: '#CA2152'

red 202 ◦ green 33 ◦ blue 82

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

Shades of Old Rose #CA2152

Tints of Old Rose #CA2152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 63.72%
G = 10.41%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA2152 (or 0xCA2152) is known color: Old Rose. HEX triplet: CA, 21 and 52. RGB value is (202,33,82). Sum of RGB (Red+Green+Blue) = 202+33+82=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2152 is #35DEAD. Grayscale: #595959. Windows color (decimal): -3530414 or 5382602. OLE color: 5382602.

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

Color convert

RGB 202 33 82 -
CMYK 0 0.84 0.59 0.21
HSL 342.6º 0.72% 0.46% -
HSV(B) 342.6º 0.84% 0.79% -
XYZ 26.42 14.25 9.34 -
YUV 89.12 123.99 208.52 -
System Red Green Blue C M Y K H S L
Decimal 202 33 82 0 0.84 0.59 0.21 342.6 0.72 0.46
Hex CA 21 52 0 54 3B 15 157 48 2E
Octal 312 41 122 0 124 73 25 527 110 56
Binary 11001010 100001 1010010 0 1010100 111011 10101 101010111 1001000 101110

Color Harmonies of #CA2152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2152

Black with #CA2152

Text Example


Text Example

White with #CA2152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2152; }

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

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

background-color css

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

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

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

border-color css

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

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

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