Html Css Color HEX #C01850 Old Rose

📋 copy color: '#C01850'

red 192 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #C01850

Tints of Old Rose #C01850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.11%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 64.86%
G = 8.11%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01850 (or 0xC01850) is known color: Old Rose. HEX triplet: C0, 18 and 50. RGB value is (192,24,80). Sum of RGB (Red+Green+Blue) = 192+24+80=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01850 is #3FE7AF. Grayscale: #505050. Windows color (decimal): -4188080 or 5249216. OLE color: 5249216.

HSL color Cylindrical-coordinate representation of color #C01850: hue angle of 340º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01850 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 24 80 -
CMYK 0 0.88 0.58 0.25
HSL 340º 0.78% 0.42% -
HSV(B) 340º 0.88% 0.75% -
XYZ 23.51 12.44 8.75 -
YUV 80.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 192 24 80 0 0.88 0.58 0.25 340 0.78 0.42
Hex C0 18 50 0 58 3A 19 154 4E 2A
Octal 300 30 120 0 130 72 31 524 116 52
Binary 11000000 11000 1010000 0 1011000 111010 11001 101010100 1001110 101010

Color Harmonies of #C01850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01850

Black with #C01850

Text Example


Text Example

White with #C01850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01850; }

 p { color: rgb(192,24,80); }

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

background-color css

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

 a { background-color: rgb(192,24,80); }

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

border-color css

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

 span { border-color: rgb(192,24,80); }

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