Html Css Color HEX #CA2051 Old Rose

📋 copy color: '#CA2051'

red 202 ◦ green 32 ◦ blue 81

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

Shades of Old Rose #CA2051

Tints of Old Rose #CA2051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.71%

R = 64.13%
G = 10.16%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA2051 (or 0xCA2051) is known color: Old Rose. HEX triplet: CA, 20 and 51. RGB value is (202,32,81). Sum of RGB (Red+Green+Blue) = 202+32+81=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2051 is #35DFAE. Grayscale: #585858. Windows color (decimal): -3530671 or 5316810. OLE color: 5316810.

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

Color convert

RGB 202 32 81 -
CMYK 0 0.84 0.60 0.21
HSL 342.71º 0.73% 0.46% -
HSV(B) 342.71º 0.84% 0.79% -
XYZ 26.36 14.18 9.13 -
YUV 88.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 202 32 81 0 0.84 0.60 0.21 342.71 0.73 0.46
Hex CA 20 51 0 54 3C 15 157 49 2E
Octal 312 40 121 0 124 74 25 527 111 56
Binary 11001010 100000 1010001 0 1010100 111100 10101 101010111 1001001 101110

Color Harmonies of #CA2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2051

Black with #CA2051

Text Example


Text Example

White with #CA2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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