Html Css Color HEX #C0714E Red Damask

📋 copy color: '#C0714E'

red 192 ◦ green 113 ◦ blue 78

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

Shades of Red Damask #C0714E

Tints of Red Damask #C0714E

RGB

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

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

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

R = 50.13%
G = 29.5%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0714E (or 0xC0714E) is known color: Red Damask. HEX triplet: C0, 71 and 4E. RGB value is (192,113,78). Sum of RGB (Red+Green+Blue) = 192+113+78=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C0714E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0714E is #3F8EB1. Grayscale: #848484. Windows color (decimal): -4165298 or 5140928. OLE color: 5140928.

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

Color convert

RGB 192 113 78 -
CMYK 0 0.41 0.59 0.25
HSL 18.42º 0.48% 0.53% -
HSV(B) 18.42º 0.59% 0.75% -
XYZ 29.02 23.57 10.23 -
YUV 132.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 192 113 78 0 0.41 0.59 0.25 18.42 0.48 0.53
Hex C0 71 4E 0 29 3B 19 12 30 35
Octal 300 161 116 0 51 73 31 22 60 65
Binary 11000000 1110001 1001110 0 101001 111011 11001 10010 110000 110101

Color Harmonies of #C0714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0714E

Black with #C0714E

Text Example


Text Example

White with #C0714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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