Html Css Color HEX #CA1F57 Old Rose

📋 copy color: '#CA1F57'

red 202 ◦ green 31 ◦ blue 87

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

Shades of Old Rose #CA1F57

Tints of Old Rose #CA1F57

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

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

R = 63.13%
G = 9.69%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#CA1F57 (or 0xCA1F57) is known color: Old Rose. HEX triplet: CA, 1F and 57. RGB value is (202,31,87). Sum of RGB (Red+Green+Blue) = 202+31+87=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F57 is #35E0A8. Grayscale: #585858. Windows color (decimal): -3530921 or 5709770. OLE color: 5709770.

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

Color convert

RGB 202 31 87 -
CMYK 0 0.85 0.57 0.21
HSL 340.35º 0.73% 0.46% -
HSV(B) 340.35º 0.85% 0.79% -
XYZ 26.57 14.22 10.36 -
YUV 88.51 127.15 208.95 -
System Red Green Blue C M Y K H S L
Decimal 202 31 87 0 0.85 0.57 0.21 340.35 0.73 0.46
Hex CA 1F 57 0 55 39 15 154 49 2E
Octal 312 37 127 0 125 71 25 524 111 56
Binary 11001010 11111 1010111 0 1010101 111001 10101 101010100 1001001 101110

Color Harmonies of #CA1F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F57

Black with #CA1F57

Text Example


Text Example

White with #CA1F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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