Html Css Color HEX #C01A55 Old Rose

📋 copy color: '#C01A55'

red 192 ◦ green 26 ◦ blue 85

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

Shades of Old Rose #C01A55

Tints of Old Rose #C01A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.05%

R = 63.37%
G = 8.58%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01A55 (or 0xC01A55) is known color: Old Rose. HEX triplet: C0, 1A and 55. RGB value is (192,26,85). Sum of RGB (Red+Green+Blue) = 192+26+85=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A55 is #3FE5AA. Grayscale: #525252. Windows color (decimal): -4187563 or 5577408. OLE color: 5577408.

HSL color Cylindrical-coordinate representation of color #C01A55: hue angle of 338.67º 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 #C01A55 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 85 -
CMYK 0 0.86 0.56 0.25
HSL 338.67º 0.76% 0.43% -
HSV(B) 338.67º 0.86% 0.75% -
XYZ 23.75 12.6 9.77 -
YUV 82.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 192 26 85 0 0.86 0.56 0.25 338.67 0.76 0.43
Hex C0 1A 55 0 56 38 19 153 4C 2B
Octal 300 32 125 0 126 70 31 523 114 53
Binary 11000000 11010 1010101 0 1010110 111000 11001 101010011 1001100 101011

Color Harmonies of #C01A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A55

Black with #C01A55

Text Example


Text Example

White with #C01A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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