Html Css Color HEX #CA2053 Old Rose

📋 copy color: '#CA2053'

red 202 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #CA2053

Tints of Old Rose #CA2053

RGB

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

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

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

R = 63.72%
G = 10.09%
B = 26.18%

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

#CA2053 (or 0xCA2053) is known color: Old Rose. HEX triplet: CA, 20 and 53. RGB value is (202,32,83). Sum of RGB (Red+Green+Blue) = 202+32+83=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2053 is #35DFAC. Grayscale: #585858. Windows color (decimal): -3530669 or 5447882. OLE color: 5447882.

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

Color convert

RGB 202 32 83 -
CMYK 0 0.84 0.59 0.21
HSL 342º 0.73% 0.46% -
HSV(B) 342º 0.84% 0.79% -
XYZ 26.43 14.21 9.53 -
YUV 88.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 202 32 83 0 0.84 0.59 0.21 342 0.73 0.46
Hex CA 20 53 0 54 3B 15 156 49 2E
Octal 312 40 123 0 124 73 25 526 111 56
Binary 11001010 100000 1010011 0 1010100 111011 10101 101010110 1001001 101110

Color Harmonies of #CA2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2053

Black with #CA2053

Text Example


Text Example

White with #CA2053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2053; }

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

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

background-color css

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

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

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

border-color css

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

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

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