Html Css Color HEX #C0714F Red Damask

📋 copy color: '#C0714F'

red 192 ◦ green 113 ◦ blue 79

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

Shades of Red Damask #C0714F

Tints of Red Damask #C0714F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 50%
G = 29.43%
B = 20.57%

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

#C0714F (or 0xC0714F) is known color: Red Damask. HEX triplet: C0, 71 and 4F. RGB value is (192,113,79). Sum of RGB (Red+Green+Blue) = 192+113+79=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0714F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0714F is #3F8EB0. Grayscale: #848484. Windows color (decimal): -4165297 or 5206464. OLE color: 5206464.

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

Color convert

RGB 192 113 79 -
CMYK 0 0.41 0.59 0.25
HSL 18.05º 0.47% 0.53% -
HSV(B) 18.05º 0.59% 0.75% -
XYZ 29.05 23.58 10.42 -
YUV 132.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 192 113 79 0 0.41 0.59 0.25 18.05 0.47 0.53
Hex C0 71 4F 0 29 3B 19 12 2F 35
Octal 300 161 117 0 51 73 31 22 57 65
Binary 11000000 1110001 1001111 0 101001 111011 11001 10010 101111 110101

Color Harmonies of #C0714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0714F

Black with #C0714F

Text Example


Text Example

White with #C0714F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0714F; }

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

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

background-color css

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

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

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

border-color css

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

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

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