Html Css Color HEX #C0754E Red Damask

📋 copy color: '#C0754E'

red 192 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #C0754E

Tints of Red Damask #C0754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.23%

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

R = 49.61%
G = 30.23%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0754E (or 0xC0754E) is known color: Red Damask. HEX triplet: C0, 75 and 4E. RGB value is (192,117,78). Sum of RGB (Red+Green+Blue) = 192+117+78=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0754E is #3F8AB1. Grayscale: #878787. Windows color (decimal): -4164274 or 5141952. OLE color: 5141952.

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

Color convert

RGB 192 117 78 -
CMYK 0 0.39 0.59 0.25
HSL 20.53º 0.48% 0.53% -
HSV(B) 20.53º 0.59% 0.75% -
XYZ 29.47 24.48 10.38 -
YUV 134.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 192 117 78 0 0.39 0.59 0.25 20.53 0.48 0.53
Hex C0 75 4E 0 27 3B 19 15 30 35
Octal 300 165 116 0 47 73 31 25 60 65
Binary 11000000 1110101 1001110 0 100111 111011 11001 10101 110000 110101

Color Harmonies of #C0754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0754E

Black with #C0754E

Text Example


Text Example

White with #C0754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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