Html Css Color HEX #C0714C Red Damask

📋 copy color: '#C0714C'

red 192 ◦ green 113 ◦ blue 76

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

Shades of Red Damask #C0714C

Tints of Red Damask #C0714C

RGB

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

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

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

R = 50.39%
G = 29.66%
B = 19.95%

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

#C0714C (or 0xC0714C) is known color: Red Damask. HEX triplet: C0, 71 and 4C. RGB value is (192,113,76). Sum of RGB (Red+Green+Blue) = 192+113+76=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C0714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0714C is #3F8EB3. Grayscale: #848484. Windows color (decimal): -4165300 or 5009856. OLE color: 5009856.

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

Color convert

RGB 192 113 76 -
CMYK 0 0.41 0.60 0.25
HSL 19.14º 0.48% 0.53% -
HSV(B) 19.14º 0.6% 0.75% -
XYZ 28.95 23.54 9.86 -
YUV 132.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 192 113 76 0 0.41 0.60 0.25 19.14 0.48 0.53
Hex C0 71 4C 0 29 3C 19 13 30 35
Octal 300 161 114 0 51 74 31 23 60 65
Binary 11000000 1110001 1001100 0 101001 111100 11001 10011 110000 110101

Color Harmonies of #C0714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0714C

Black with #C0714C

Text Example


Text Example

White with #C0714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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