Html Css Color HEX #C07754 Red Damask

📋 copy color: '#C07754'

red 192 ◦ green 119 ◦ blue 84

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

Shades of Red Damask #C07754

Tints of Red Damask #C07754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.13%

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

R = 48.61%
G = 30.13%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C07754 (or 0xC07754) is known color: Red Damask. HEX triplet: C0, 77 and 54. RGB value is (192,119,84). Sum of RGB (Red+Green+Blue) = 192+119+84=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C07754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07754 is #3F88AB. Grayscale: #898989. Windows color (decimal): -4163756 or 5535680. OLE color: 5535680.

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

Color convert

RGB 192 119 84 -
CMYK 0 0.38 0.56 0.25
HSL 19.44º 0.46% 0.54% -
HSV(B) 19.44º 0.56% 0.75% -
XYZ 29.94 25.04 11.64 -
YUV 136.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 192 119 84 0 0.38 0.56 0.25 19.44 0.46 0.54
Hex C0 77 54 0 26 38 19 13 2E 36
Octal 300 167 124 0 46 70 31 23 56 66
Binary 11000000 1110111 1010100 0 100110 111000 11001 10011 101110 110110

Color Harmonies of #C07754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07754

Black with #C07754

Text Example


Text Example

White with #C07754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07754; }

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

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

background-color css

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

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

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

border-color css

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

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

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