Html Css Color HEX #C01954 Old Rose

📋 copy color: '#C01954'

red 192 ◦ green 25 ◦ blue 84

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

Shades of Old Rose #C01954

Tints of Old Rose #C01954

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

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

R = 63.79%
G = 8.31%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C01954 (or 0xC01954) is known color: Old Rose. HEX triplet: C0, 19 and 54. RGB value is (192,25,84). Sum of RGB (Red+Green+Blue) = 192+25+84=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C01954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01954 is #3FE6AB. Grayscale: #515151. Windows color (decimal): -4187820 or 5511616. OLE color: 5511616.

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

Color convert

RGB 192 25 84 -
CMYK 0 0.87 0.56 0.25
HSL 338.8º 0.77% 0.43% -
HSV(B) 338.8º 0.87% 0.75% -
XYZ 23.69 12.54 9.56 -
YUV 81.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 192 25 84 0 0.87 0.56 0.25 338.8 0.77 0.43
Hex C0 19 54 0 57 38 19 153 4D 2B
Octal 300 31 124 0 127 70 31 523 115 53
Binary 11000000 11001 1010100 0 1010111 111000 11001 101010011 1001101 101011

Color Harmonies of #C01954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01954

Black with #C01954

Text Example


Text Example

White with #C01954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01954; }

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

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

background-color css

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

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

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

border-color css

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

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

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