Html Css Color HEX #CA1F56 Old Rose

📋 copy color: '#CA1F56'

red 202 ◦ green 31 ◦ blue 86

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

Shades of Old Rose #CA1F56

Tints of Old Rose #CA1F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 63.32%
G = 9.72%
B = 26.96%

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

#CA1F56 (or 0xCA1F56) is known color: Old Rose. HEX triplet: CA, 1F and 56. RGB value is (202,31,86). Sum of RGB (Red+Green+Blue) = 202+31+86=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F56 is #35E0A9. Grayscale: #585858. Windows color (decimal): -3530922 or 5644234. OLE color: 5644234.

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

Color convert

RGB 202 31 86 -
CMYK 0 0.85 0.57 0.21
HSL 340.7º 0.73% 0.46% -
HSV(B) 340.7º 0.85% 0.79% -
XYZ 26.53 14.21 10.15 -
YUV 88.4 126.65 209.03 -
System Red Green Blue C M Y K H S L
Decimal 202 31 86 0 0.85 0.57 0.21 340.7 0.73 0.46
Hex CA 1F 56 0 55 39 15 155 49 2E
Octal 312 37 126 0 125 71 25 525 111 56
Binary 11001010 11111 1010110 0 1010101 111001 10101 101010101 1001001 101110

Color Harmonies of #CA1F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F56

Black with #CA1F56

Text Example


Text Example

White with #CA1F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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