Html Css Color HEX #CA3557 Old Rose

📋 copy color: '#CA3557'

red 202 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #CA3557

Tints of Old Rose #CA3557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.5%

 BLUE value IS 87 (34.38% from 255) = 25.44%

R = 59.06%
G = 15.5%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA3557 (or 0xCA3557) is known color: Old Rose. HEX triplet: CA, 35 and 57. RGB value is (202,53,87). Sum of RGB (Red+Green+Blue) = 202+53+87=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3557 is #35CAA8. Grayscale: #656565. Windows color (decimal): -3525289 or 5715402. OLE color: 5715402.

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

Color convert

RGB 202 53 87 -
CMYK 0 0.74 0.57 0.21
HSL 346.31º 0.58% 0.5% -
HSV(B) 346.31º 0.74% 0.79% -
XYZ 27.35 15.79 10.62 -
YUV 101.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 202 53 87 0 0.74 0.57 0.21 346.31 0.58 0.5
Hex CA 35 57 0 4A 39 15 15A 3A 32
Octal 312 65 127 0 112 71 25 532 72 62
Binary 11001010 110101 1010111 0 1001010 111001 10101 101011010 111010 110010

Color Harmonies of #CA3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3557

Black with #CA3557

Text Example


Text Example

White with #CA3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3557; }

 p { color: rgb(202,53,87); }

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

background-color css

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

 a { background-color: rgb(202,53,87); }

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

border-color css

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

 span { border-color: rgb(202,53,87); }

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