Html Css Color HEX #CA1F51 Old Rose

📋 copy color: '#CA1F51'

red 202 ◦ green 31 ◦ blue 81

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

Shades of Old Rose #CA1F51

Tints of Old Rose #CA1F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.8%

R = 64.33%
G = 9.87%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#CA1F51 (or 0xCA1F51) is known color: Old Rose. HEX triplet: CA, 1F and 51. RGB value is (202,31,81). Sum of RGB (Red+Green+Blue) = 202+31+81=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F51 is #35E0AE. Grayscale: #575757. Windows color (decimal): -3530927 or 5316554. OLE color: 5316554.

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

Color convert

RGB 202 31 81 -
CMYK 0 0.85 0.60 0.21
HSL 342.46º 0.73% 0.46% -
HSV(B) 342.46º 0.85% 0.79% -
XYZ 26.33 14.13 9.12 -
YUV 87.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 202 31 81 0 0.85 0.60 0.21 342.46 0.73 0.46
Hex CA 1F 51 0 55 3C 15 156 49 2E
Octal 312 37 121 0 125 74 25 526 111 56
Binary 11001010 11111 1010001 0 1010101 111100 10101 101010110 1001001 101110

Color Harmonies of #CA1F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F51

Black with #CA1F51

Text Example


Text Example

White with #CA1F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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