Html Css Color HEX #C56942 Red Damask

📋 copy color: '#C56942'

red 197 ◦ green 105 ◦ blue 66

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

Shades of Red Damask #C56942

Tints of Red Damask #C56942

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 66 (26.17% from 255) = 17.93%

R = 53.53%
G = 28.53%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56942 (or 0xC56942) is known color: Red Damask. HEX triplet: C5, 69 and 42. RGB value is (197,105,66). Sum of RGB (Red+Green+Blue) = 197+105+66=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C56942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56942 is #3A96BD. Grayscale: #808080. Windows color (decimal): -3839678 or 4352453. OLE color: 4352453.

HSL color Cylindrical-coordinate representation of color #C56942: hue angle of 17.86º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C56942 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 105 66 -
CMYK 0 0.47 0.66 0.23
HSL 17.86º 0.53% 0.52% -
HSV(B) 17.86º 0.66% 0.77% -
XYZ 29.06 22.37 7.94 -
YUV 128.06 92.98 177.17 -
System Red Green Blue C M Y K H S L
Decimal 197 105 66 0 0.47 0.66 0.23 17.86 0.53 0.52
Hex C5 69 42 0 2F 42 17 12 35 34
Octal 305 151 102 0 57 102 27 22 65 64
Binary 11000101 1101001 1000010 0 101111 1000010 10111 10010 110101 110100

Color Harmonies of #C56942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56942

Black with #C56942

Text Example


Text Example

White with #C56942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56942; }

 p { color: rgb(197,105,66); }

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

background-color css

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

 a { background-color: rgb(197,105,66); }

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

border-color css

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

 span { border-color: rgb(197,105,66); }

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