Html Css Color HEX #CA2253 Old Rose

📋 copy color: '#CA2253'

red 202 ◦ green 34 ◦ blue 83

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

Shades of Old Rose #CA2253

Tints of Old Rose #CA2253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

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

R = 63.32%
G = 10.66%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA2253 (or 0xCA2253) is known color: Old Rose. HEX triplet: CA, 22 and 53. RGB value is (202,34,83). Sum of RGB (Red+Green+Blue) = 202+34+83=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2253 is #35DDAC. Grayscale: #595959. Windows color (decimal): -3530157 or 5448394. OLE color: 5448394.

HSL color Cylindrical-coordinate representation of color #CA2253: hue angle of 342.5º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2253 is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 34 83 -
CMYK 0 0.83 0.59 0.21
HSL 342.5º 0.71% 0.46% -
HSV(B) 342.5º 0.83% 0.79% -
XYZ 26.49 14.33 9.55 -
YUV 89.82 124.16 208.02 -
System Red Green Blue C M Y K H S L
Decimal 202 34 83 0 0.83 0.59 0.21 342.5 0.71 0.46
Hex CA 22 53 0 53 3B 15 156 47 2E
Octal 312 42 123 0 123 73 25 526 107 56
Binary 11001010 100010 1010011 0 1010011 111011 10101 101010110 1000111 101110

Color Harmonies of #CA2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2253

Black with #CA2253

Text Example


Text Example

White with #CA2253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2253; }

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

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

background-color css

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

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

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

border-color css

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

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

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