Html Css Color HEX #CA2B59 Old Rose

📋 copy color: '#CA2B59'

red 202 ◦ green 43 ◦ blue 89

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

Shades of Old Rose #CA2B59

Tints of Old Rose #CA2B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

 BLUE value IS 89 (35.16% from 255) = 26.65%

R = 60.48%
G = 12.87%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA2B59 (or 0xCA2B59) is known color: Old Rose. HEX triplet: CA, 2B and 59. RGB value is (202,43,89). Sum of RGB (Red+Green+Blue) = 202+43+89=334 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.48% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B59 is #35D4A6. Grayscale: #5F5F5F. Windows color (decimal): -3527847 or 5843914. OLE color: 5843914.

HSL color Cylindrical-coordinate representation of color #CA2B59: hue angle of 342.64º degrees, saturation: 0.65, 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 #CA2B59 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 43 89 -
CMYK 0 0.79 0.56 0.21
HSL 342.64º 0.65% 0.48% -
HSV(B) 342.64º 0.79% 0.79% -
XYZ 27.02 15.01 10.92 -
YUV 95.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 202 43 89 0 0.79 0.56 0.21 342.64 0.65 0.48
Hex CA 2B 59 0 4F 38 15 157 41 30
Octal 312 53 131 0 117 70 25 527 101 60
Binary 11001010 101011 1011001 0 1001111 111000 10101 101010111 1000001 110000

Color Harmonies of #CA2B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B59

Black with #CA2B59

Text Example


Text Example

White with #CA2B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B59; }

 p { color: rgb(202,43,89); }

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

background-color css

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

 a { background-color: rgb(202,43,89); }

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

border-color css

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

 span { border-color: rgb(202,43,89); }

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