Html Css Color HEX #C04054 Old Rose

📋 copy color: '#C04054'

red 192 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #C04054

Tints of Old Rose #C04054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

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

R = 56.47%
G = 18.82%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C04054 (or 0xC04054) is known color: Old Rose. HEX triplet: C0, 40 and 54. RGB value is (192,64,84). Sum of RGB (Red+Green+Blue) = 192+64+84=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C04054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04054 is #3FBFAB. Grayscale: #686868. Windows color (decimal): -4177836 or 5521600. OLE color: 5521600.

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

Color convert

RGB 192 64 84 -
CMYK 0 0.67 0.56 0.25
HSL 350.63º 0.5% 0.5% -
HSV(B) 350.63º 0.67% 0.75% -
XYZ 25.17 15.51 10.06 -
YUV 104.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 192 64 84 0 0.67 0.56 0.25 350.63 0.5 0.5
Hex C0 40 54 0 43 38 19 15F 32 32
Octal 300 100 124 0 103 70 31 537 62 62
Binary 11000000 1000000 1010100 0 1000011 111000 11001 101011111 110010 110010

Color Harmonies of #C04054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04054

Black with #C04054

Text Example


Text Example

White with #C04054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04054; }

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

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

background-color css

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

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

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

border-color css

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

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

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