Html Css Color HEX #CA2A56 Old Rose

📋 copy color: '#CA2A56'

red 202 ◦ green 42 ◦ blue 86

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

Shades of Old Rose #CA2A56

Tints of Old Rose #CA2A56

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.73%

 BLUE value IS 86 (33.98% from 255) = 26.06%

R = 61.21%
G = 12.73%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA2A56 (or 0xCA2A56) is known color: Old Rose. HEX triplet: CA, 2A and 56. RGB value is (202,42,86). Sum of RGB (Red+Green+Blue) = 202+42+86=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A56 is #35D5A9. Grayscale: #5E5E5E. Windows color (decimal): -3528106 or 5647050. OLE color: 5647050.

HSL color Cylindrical-coordinate representation of color #CA2A56: hue angle of 343.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A56 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 42 86 -
CMYK 0 0.79 0.57 0.21
HSL 343.5º 0.66% 0.48% -
HSV(B) 343.5º 0.79% 0.79% -
XYZ 26.86 14.88 10.26 -
YUV 94.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 202 42 86 0 0.79 0.57 0.21 343.5 0.66 0.48
Hex CA 2A 56 0 4F 39 15 158 42 30
Octal 312 52 126 0 117 71 25 530 102 60
Binary 11001010 101010 1010110 0 1001111 111001 10101 101011000 1000010 110000

Color Harmonies of #CA2A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2A56

Black with #CA2A56

Text Example


Text Example

White with #CA2A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2A56; }

 p { color: rgb(202,42,86); }

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

background-color css

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

 a { background-color: rgb(202,42,86); }

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

border-color css

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

 span { border-color: rgb(202,42,86); }

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