Html Css Color HEX #C0744E Red Damask

📋 copy color: '#C0744E'

red 192 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #C0744E

Tints of Red Damask #C0744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.05%

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

R = 49.74%
G = 30.05%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0744E (or 0xC0744E) is known color: Red Damask. HEX triplet: C0, 74 and 4E. RGB value is (192,116,78). Sum of RGB (Red+Green+Blue) = 192+116+78=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0744E is #3F8BB1. Grayscale: #868686. Windows color (decimal): -4164530 or 5141696. OLE color: 5141696.

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

Color convert

RGB 192 116 78 -
CMYK 0 0.40 0.59 0.25
HSL 20º 0.48% 0.53% -
HSV(B) 20º 0.59% 0.75% -
XYZ 29.36 24.25 10.34 -
YUV 134.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 192 116 78 0 0.40 0.59 0.25 20 0.48 0.53
Hex C0 74 4E 0 28 3B 19 14 30 35
Octal 300 164 116 0 50 73 31 24 60 65
Binary 11000000 1110100 1001110 0 101000 111011 11001 10100 110000 110101

Color Harmonies of #C0744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0744E

Black with #C0744E

Text Example


Text Example

White with #C0744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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