Html Css Color HEX #C56743 Red Damask

📋 copy color: '#C56743'

red 197 ◦ green 103 ◦ blue 67

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

Shades of Red Damask #C56743

Tints of Red Damask #C56743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.07%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 53.68%
G = 28.07%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56743 (or 0xC56743) is known color: Red Damask. HEX triplet: C5, 67 and 43. RGB value is (197,103,67). Sum of RGB (Red+Green+Blue) = 197+103+67=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C56743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56743 is #3A98BC. Grayscale: #7F7F7F. Windows color (decimal): -3840189 or 4417477. OLE color: 4417477.

HSL color Cylindrical-coordinate representation of color #C56743: hue angle of 16.62º 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 #C56743 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 103 67 -
CMYK 0 0.48 0.66 0.23
HSL 16.62º 0.53% 0.52% -
HSV(B) 16.62º 0.66% 0.77% -
XYZ 28.89 21.98 8.03 -
YUV 127 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 197 103 67 0 0.48 0.66 0.23 16.62 0.53 0.52
Hex C5 67 43 0 30 42 17 11 35 34
Octal 305 147 103 0 60 102 27 21 65 64
Binary 11000101 1100111 1000011 0 110000 1000010 10111 10001 110101 110100

Color Harmonies of #C56743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56743

Black with #C56743

Text Example


Text Example

White with #C56743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56743; }

 p { color: rgb(197,103,67); }

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

background-color css

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

 a { background-color: rgb(197,103,67); }

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

border-color css

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

 span { border-color: rgb(197,103,67); }

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