Html Css Color HEX #C07054 Red Damask

📋 copy color: '#C07054'

red 192 ◦ green 112 ◦ blue 84

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

Shades of Red Damask #C07054

Tints of Red Damask #C07054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 49.48%
G = 28.87%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07054 (or 0xC07054) is known color: Red Damask. HEX triplet: C0, 70 and 54. RGB value is (192,112,84). Sum of RGB (Red+Green+Blue) = 192+112+84=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C07054 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07054 is #3F8FAB. Grayscale: #848484. Windows color (decimal): -4165548 or 5533888. OLE color: 5533888.

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

Color convert

RGB 192 112 84 -
CMYK 0 0.42 0.56 0.25
HSL 15.56º 0.46% 0.54% -
HSV(B) 15.56º 0.56% 0.75% -
XYZ 29.13 23.43 11.38 -
YUV 132.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 192 112 84 0 0.42 0.56 0.25 15.56 0.46 0.54
Hex C0 70 54 0 2A 38 19 10 2E 36
Octal 300 160 124 0 52 70 31 20 56 66
Binary 11000000 1110000 1010100 0 101010 111000 11001 10000 101110 110110

Color Harmonies of #C07054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07054

Black with #C07054

Text Example


Text Example

White with #C07054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07054; }

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

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

background-color css

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

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

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

border-color css

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

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

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