Html Css Color HEX #CA2057 Old Rose

📋 copy color: '#CA2057'

red 202 ◦ green 32 ◦ blue 87

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

Shades of Old Rose #CA2057

Tints of Old Rose #CA2057

RGB

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

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

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

R = 62.93%
G = 9.97%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA2057 (or 0xCA2057) is known color: Old Rose. HEX triplet: CA, 20 and 57. RGB value is (202,32,87). Sum of RGB (Red+Green+Blue) = 202+32+87=321 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.93% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 87 (34.38% from 255 or 27.10% from 321); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2057 is #35DFA8. Grayscale: #595959. Windows color (decimal): -3530665 or 5710026. OLE color: 5710026.

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

Color convert

RGB 202 32 87 -
CMYK 0 0.84 0.57 0.21
HSL 340.59º 0.73% 0.46% -
HSV(B) 340.59º 0.84% 0.79% -
XYZ 26.59 14.28 10.37 -
YUV 89.1 126.82 208.53 -
System Red Green Blue C M Y K H S L
Decimal 202 32 87 0 0.84 0.57 0.21 340.59 0.73 0.46
Hex CA 20 57 0 54 39 15 155 49 2E
Octal 312 40 127 0 124 71 25 525 111 56
Binary 11001010 100000 1010111 0 1010100 111001 10101 101010101 1001001 101110

Color Harmonies of #CA2057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2057

Black with #CA2057

Text Example


Text Example

White with #CA2057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2057; }

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

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

background-color css

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

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

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

border-color css

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

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

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