Html Css Color HEX #C0774E Red Damask

📋 copy color: '#C0774E'

red 192 ◦ green 119 ◦ blue 78

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

Shades of Red Damask #C0774E

Tints of Red Damask #C0774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 49.36%
G = 30.59%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0774E (or 0xC0774E) is known color: Red Damask. HEX triplet: C0, 77 and 4E. RGB value is (192,119,78). Sum of RGB (Red+Green+Blue) = 192+119+78=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C0774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0774E is #3F88B1. Grayscale: #888888. Windows color (decimal): -4163762 or 5142464. OLE color: 5142464.

HSL color Cylindrical-coordinate representation of color #C0774E: hue angle of 21.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0774E is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 78 -
CMYK 0 0.38 0.59 0.25
HSL 21.58º 0.48% 0.53% -
HSV(B) 21.58º 0.59% 0.75% -
XYZ 29.71 24.95 10.46 -
YUV 136.15 95.18 167.83 -
System Red Green Blue C M Y K H S L
Decimal 192 119 78 0 0.38 0.59 0.25 21.58 0.48 0.53
Hex C0 77 4E 0 26 3B 19 16 30 35
Octal 300 167 116 0 46 73 31 26 60 65
Binary 11000000 1110111 1001110 0 100110 111011 11001 10110 110000 110101

Color Harmonies of #C0774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0774E

Black with #C0774E

Text Example


Text Example

White with #C0774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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