Html Css Color HEX #C01454 Old Rose

📋 copy color: '#C01454'

red 192 ◦ green 20 ◦ blue 84

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

Shades of Old Rose #C01454

Tints of Old Rose #C01454

RGB

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

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

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

R = 64.86%
G = 6.76%
B = 28.38%

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

#C01454 (or 0xC01454) is known color: Old Rose. HEX triplet: C0, 14 and 54. RGB value is (192,20,84). Sum of RGB (Red+Green+Blue) = 192+20+84=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C01454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01454 is #3FEBAB. Grayscale: #4E4E4E. Windows color (decimal): -4189100 or 5510336. OLE color: 5510336.

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

Color convert

RGB 192 20 84 -
CMYK 0 0.90 0.56 0.25
HSL 337.67º 0.81% 0.42% -
HSV(B) 337.67º 0.9% 0.75% -
XYZ 23.59 12.35 9.53 -
YUV 78.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 192 20 84 0 0.90 0.56 0.25 337.67 0.81 0.42
Hex C0 14 54 0 5A 38 19 152 51 2A
Octal 300 24 124 0 132 70 31 522 121 52
Binary 11000000 10100 1010100 0 1011010 111000 11001 101010010 1010001 101010

Color Harmonies of #C01454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01454

Black with #C01454

Text Example


Text Example

White with #C01454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01454; }

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

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

background-color css

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

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

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

border-color css

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

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

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