Html Css Color HEX #C01455 Old Rose

📋 copy color: '#C01455'

red 192 ◦ green 20 ◦ blue 85

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

Shades of Old Rose #C01455

Tints of Old Rose #C01455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

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

R = 64.65%
G = 6.73%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01455 (or 0xC01455) is known color: Old Rose. HEX triplet: C0, 14 and 55. RGB value is (192,20,85). Sum of RGB (Red+Green+Blue) = 192+20+85=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C01455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01455 is #3FEBAA. Grayscale: #4E4E4E. Windows color (decimal): -4189099 or 5575872. OLE color: 5575872.

HSL color Cylindrical-coordinate representation of color #C01455: hue angle of 337.33º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01455 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 85 -
CMYK 0 0.90 0.56 0.25
HSL 337.33º 0.81% 0.42% -
HSV(B) 337.33º 0.9% 0.75% -
XYZ 23.63 12.36 9.74 -
YUV 78.84 131.48 208.71 -
System Red Green Blue C M Y K H S L
Decimal 192 20 85 0 0.90 0.56 0.25 337.33 0.81 0.42
Hex C0 14 55 0 5A 38 19 151 51 2A
Octal 300 24 125 0 132 70 31 521 121 52
Binary 11000000 10100 1010101 0 1011010 111000 11001 101010001 1010001 101010

Color Harmonies of #C01455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01455

Black with #C01455

Text Example


Text Example

White with #C01455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01455; }

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

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

background-color css

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

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

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

border-color css

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

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

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