Html Css Color HEX #C0784E Red Damask

📋 copy color: '#C0784E'

red 192 ◦ green 120 ◦ blue 78

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

Shades of Red Damask #C0784E

Tints of Red Damask #C0784E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.77%

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

R = 49.23%
G = 30.77%
B = 20%

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

#C0784E (or 0xC0784E) is known color: Red Damask. HEX triplet: C0, 78 and 4E. RGB value is (192,120,78). Sum of RGB (Red+Green+Blue) = 192+120+78=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0784E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0784E is #3F87B1. Grayscale: #888888. Windows color (decimal): -4163506 or 5142720. OLE color: 5142720.

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

Color convert

RGB 192 120 78 -
CMYK 0 0.38 0.59 0.25
HSL 22.11º 0.48% 0.53% -
HSV(B) 22.11º 0.59% 0.75% -
XYZ 29.83 25.19 10.5 -
YUV 136.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 192 120 78 0 0.38 0.59 0.25 22.11 0.48 0.53
Hex C0 78 4E 0 26 3B 19 16 30 35
Octal 300 170 116 0 46 73 31 26 60 65
Binary 11000000 1111000 1001110 0 100110 111011 11001 10110 110000 110101

Color Harmonies of #C0784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0784E

Black with #C0784E

Text Example


Text Example

White with #C0784E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0784E; }

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

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

background-color css

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

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

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

border-color css

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

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

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