Html Css Color HEX #C06E4F Red Damask

📋 copy color: '#C06E4F'

red 192 ◦ green 110 ◦ blue 79

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

Shades of Red Damask #C06E4F

Tints of Red Damask #C06E4F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

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

R = 50.39%
G = 28.87%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C06E4F (or 0xC06E4F) is known color: Red Damask. HEX triplet: C0, 6E and 4F. RGB value is (192,110,79). Sum of RGB (Red+Green+Blue) = 192+110+79=381 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.39% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E4F is #3F91B0. Grayscale: #838383. Windows color (decimal): -4166065 or 5205696. OLE color: 5205696.

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

Color convert

RGB 192 110 79 -
CMYK 0 0.43 0.59 0.25
HSL 16.46º 0.47% 0.53% -
HSV(B) 16.46º 0.59% 0.75% -
XYZ 28.73 22.92 10.31 -
YUV 130.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 192 110 79 0 0.43 0.59 0.25 16.46 0.47 0.53
Hex C0 6E 4F 0 2B 3B 19 10 2F 35
Octal 300 156 117 0 53 73 31 20 57 65
Binary 11000000 1101110 1001111 0 101011 111011 11001 10000 101111 110101

Color Harmonies of #C06E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E4F

Black with #C06E4F

Text Example


Text Example

White with #C06E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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