Html Css Color HEX #C0714D Red Damask

📋 copy color: '#C0714D'

red 192 ◦ green 113 ◦ blue 77

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

Shades of Red Damask #C0714D

Tints of Red Damask #C0714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 50.26%
G = 29.58%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0714D (or 0xC0714D) is known color: Red Damask. HEX triplet: C0, 71 and 4D. RGB value is (192,113,77). Sum of RGB (Red+Green+Blue) = 192+113+77=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0714D is #3F8EB2. Grayscale: #848484. Windows color (decimal): -4165299 or 5075392. OLE color: 5075392.

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

Color convert

RGB 192 113 77 -
CMYK 0 0.41 0.60 0.25
HSL 18.78º 0.48% 0.53% -
HSV(B) 18.78º 0.6% 0.75% -
XYZ 28.98 23.55 10.04 -
YUV 132.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 192 113 77 0 0.41 0.60 0.25 18.78 0.48 0.53
Hex C0 71 4D 0 29 3C 19 13 30 35
Octal 300 161 115 0 51 74 31 23 60 65
Binary 11000000 1110001 1001101 0 101001 111100 11001 10011 110000 110101

Color Harmonies of #C0714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0714D

Black with #C0714D

Text Example


Text Example

White with #C0714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0714D; }

 p { color: rgb(192,113,77); }

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

background-color css

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

 a { background-color: rgb(192,113,77); }

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

border-color css

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

 span { border-color: rgb(192,113,77); }

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