Html Css Color HEX #C06E53 Red Damask

📋 copy color: '#C06E53'

red 192 ◦ green 110 ◦ blue 83

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

Shades of Red Damask #C06E53

Tints of Red Damask #C06E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 49.87%
G = 28.57%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C06E53 (or 0xC06E53) is known color: Red Damask. HEX triplet: C0, 6E and 53. RGB value is (192,110,83). Sum of RGB (Red+Green+Blue) = 192+110+83=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E53 is #3F91AC. Grayscale: #838383. Windows color (decimal): -4166061 or 5467840. OLE color: 5467840.

HSL color Cylindrical-coordinate representation of color #C06E53: hue angle of 14.86º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06E53 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 83 -
CMYK 0 0.43 0.57 0.25
HSL 14.86º 0.46% 0.54% -
HSV(B) 14.86º 0.57% 0.75% -
XYZ 28.88 22.98 11.1 -
YUV 131.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 192 110 83 0 0.43 0.57 0.25 14.86 0.46 0.54
Hex C0 6E 53 0 2B 39 19 F 2E 36
Octal 300 156 123 0 53 71 31 17 56 66
Binary 11000000 1101110 1010011 0 101011 111001 11001 1111 101110 110110

Color Harmonies of #C06E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E53

Black with #C06E53

Text Example


Text Example

White with #C06E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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