Html Css Color HEX #C01854 Old Rose

📋 copy color: '#C01854'

red 192 ◦ green 24 ◦ blue 84

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

Shades of Old Rose #C01854

Tints of Old Rose #C01854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28%

R = 64%
G = 8%
B = 28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01854 (or 0xC01854) is known color: Old Rose. HEX triplet: C0, 18 and 54. RGB value is (192,24,84). Sum of RGB (Red+Green+Blue) = 192+24+84=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C01854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01854 is #3FE7AB. Grayscale: #505050. Windows color (decimal): -4188076 or 5511360. OLE color: 5511360.

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

Color convert

RGB 192 24 84 -
CMYK 0 0.88 0.56 0.25
HSL 338.57º 0.78% 0.42% -
HSV(B) 338.57º 0.88% 0.75% -
XYZ 23.67 12.5 9.55 -
YUV 81.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 192 24 84 0 0.88 0.56 0.25 338.57 0.78 0.42
Hex C0 18 54 0 58 38 19 153 4E 2A
Octal 300 30 124 0 130 70 31 523 116 52
Binary 11000000 11000 1010100 0 1011000 111000 11001 101010011 1001110 101010

Color Harmonies of #C01854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01854

Black with #C01854

Text Example


Text Example

White with #C01854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01854; }

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

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

background-color css

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

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

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

border-color css

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

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

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