Html Css Color HEX #CA1F52 Old Rose

📋 copy color: '#CA1F52'

red 202 ◦ green 31 ◦ blue 82

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

Shades of Old Rose #CA1F52

Tints of Old Rose #CA1F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 64.13%
G = 9.84%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#CA1F52 (or 0xCA1F52) is known color: Old Rose. HEX triplet: CA, 1F and 52. RGB value is (202,31,82). Sum of RGB (Red+Green+Blue) = 202+31+82=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F52 is #35E0AD. Grayscale: #575757. Windows color (decimal): -3530926 or 5382090. OLE color: 5382090.

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

Color convert

RGB 202 31 82 -
CMYK 0 0.85 0.59 0.21
HSL 342.11º 0.73% 0.46% -
HSV(B) 342.11º 0.85% 0.79% -
XYZ 26.37 14.15 9.32 -
YUV 87.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 202 31 82 0 0.85 0.59 0.21 342.11 0.73 0.46
Hex CA 1F 52 0 55 3B 15 156 49 2E
Octal 312 37 122 0 125 73 25 526 111 56
Binary 11001010 11111 1010010 0 1010101 111011 10101 101010110 1001001 101110

Color Harmonies of #CA1F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F52

Black with #CA1F52

Text Example


Text Example

White with #CA1F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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