Html Css Color HEX #C01A56 Old Rose

📋 copy color: '#C01A56'

red 192 ◦ green 26 ◦ blue 86

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

Shades of Old Rose #C01A56

Tints of Old Rose #C01A56

RGB

 RED value IS 192 (75.39% from 255) = 63.16%

 GREEN value IS 26 (10.55% from 255) = 8.55%

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

R = 63.16%
G = 8.55%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C01A56 (or 0xC01A56) is known color: Old Rose. HEX triplet: C0, 1A and 56. RGB value is (192,26,86). Sum of RGB (Red+Green+Blue) = 192+26+86=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A56 is #3FE5A9. Grayscale: #525252. Windows color (decimal): -4187562 or 5642944. OLE color: 5642944.

HSL color Cylindrical-coordinate representation of color #C01A56: hue angle of 338.31º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A56 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 86 -
CMYK 0 0.86 0.55 0.25
HSL 338.31º 0.76% 0.43% -
HSV(B) 338.31º 0.86% 0.75% -
XYZ 23.79 12.62 9.99 -
YUV 82.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 192 26 86 0 0.86 0.55 0.25 338.31 0.76 0.43
Hex C0 1A 56 0 56 37 19 152 4C 2B
Octal 300 32 126 0 126 67 31 522 114 53
Binary 11000000 11010 1010110 0 1010110 110111 11001 101010010 1001100 101011

Color Harmonies of #C01A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A56

Black with #C01A56

Text Example


Text Example

White with #C01A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A56; }

 p { color: rgb(192,26,86); }

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

background-color css

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

 a { background-color: rgb(192,26,86); }

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

border-color css

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

 span { border-color: rgb(192,26,86); }

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