Html Css Color HEX #C0754C Red Damask

📋 copy color: '#C0754C'

red 192 ◦ green 117 ◦ blue 76

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

Shades of Red Damask #C0754C

Tints of Red Damask #C0754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 49.87%
G = 30.39%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0754C (or 0xC0754C) is known color: Red Damask. HEX triplet: C0, 75 and 4C. RGB value is (192,117,76). Sum of RGB (Red+Green+Blue) = 192+117+76=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0754C is #3F8AB3. Grayscale: #868686. Windows color (decimal): -4164276 or 5010880. OLE color: 5010880.

HSL color Cylindrical-coordinate representation of color #C0754C: hue angle of 21.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0754C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 76 -
CMYK 0 0.39 0.60 0.25
HSL 21.21º 0.48% 0.53% -
HSV(B) 21.21º 0.6% 0.75% -
XYZ 29.4 24.45 10.01 -
YUV 134.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 192 117 76 0 0.39 0.60 0.25 21.21 0.48 0.53
Hex C0 75 4C 0 27 3C 19 15 30 35
Octal 300 165 114 0 47 74 31 25 60 65
Binary 11000000 1110101 1001100 0 100111 111100 11001 10101 110000 110101

Color Harmonies of #C0754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0754C

Black with #C0754C

Text Example


Text Example

White with #C0754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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