Html Css Color HEX #C06E4D Red Damask

📋 copy color: '#C06E4D'

red 192 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #C06E4D

Tints of Red Damask #C06E4D

RGB

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

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

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

R = 50.66%
G = 29.02%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C06E4D (or 0xC06E4D) is known color: Red Damask. HEX triplet: C0, 6E and 4D. RGB value is (192,110,77). Sum of RGB (Red+Green+Blue) = 192+110+77=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E4D is #3F91B2. Grayscale: #828282. Windows color (decimal): -4166067 or 5074624. OLE color: 5074624.

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

Color convert

RGB 192 110 77 -
CMYK 0 0.43 0.60 0.25
HSL 17.22º 0.48% 0.53% -
HSV(B) 17.22º 0.6% 0.75% -
XYZ 28.65 22.89 9.93 -
YUV 130.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 192 110 77 0 0.43 0.60 0.25 17.22 0.48 0.53
Hex C0 6E 4D 0 2B 3C 19 11 30 35
Octal 300 156 115 0 53 74 31 21 60 65
Binary 11000000 1101110 1001101 0 101011 111100 11001 10001 110000 110101

Color Harmonies of #C06E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E4D

Black with #C06E4D

Text Example


Text Example

White with #C06E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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