Html Css Color HEX #C06D53 Red Damask

📋 copy color: '#C06D53'

red 192 ◦ green 109 ◦ blue 83

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

Shades of Red Damask #C06D53

Tints of Red Damask #C06D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

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

R = 50%
G = 28.39%
B = 21.61%

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

#C06D53 (or 0xC06D53) is known color: Red Damask. HEX triplet: C0, 6D and 53. RGB value is (192,109,83). Sum of RGB (Red+Green+Blue) = 192+109+83=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D53 is #3F92AC. Grayscale: #838383. Windows color (decimal): -4166317 or 5467584. OLE color: 5467584.

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

Color convert

RGB 192 109 83 -
CMYK 0 0.43 0.57 0.25
HSL 14.31º 0.46% 0.54% -
HSV(B) 14.31º 0.57% 0.75% -
XYZ 28.77 22.77 11.06 -
YUV 130.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 192 109 83 0 0.43 0.57 0.25 14.31 0.46 0.54
Hex C0 6D 53 0 2B 39 19 E 2E 36
Octal 300 155 123 0 53 71 31 16 56 66
Binary 11000000 1101101 1010011 0 101011 111001 11001 1110 101110 110110

Color Harmonies of #C06D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D53

Black with #C06D53

Text Example


Text Example

White with #C06D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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