Html Css Color HEX #C56E43 Red Damask

📋 copy color: '#C56E43'

red 197 ◦ green 110 ◦ blue 67

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

Shades of Red Damask #C56E43

Tints of Red Damask #C56E43

RGB

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

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

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

R = 52.67%
G = 29.41%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C56E43 (or 0xC56E43) is known color: Red Damask. HEX triplet: C5, 6E and 43. RGB value is (197,110,67). Sum of RGB (Red+Green+Blue) = 197+110+67=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E43 is #3A91BC. Grayscale: #838383. Windows color (decimal): -3838397 or 4419269. OLE color: 4419269.

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

Color convert

RGB 197 110 67 -
CMYK 0 0.44 0.66 0.23
HSL 19.85º 0.53% 0.52% -
HSV(B) 19.85º 0.66% 0.77% -
XYZ 29.62 23.43 8.27 -
YUV 131.11 91.82 175 -
System Red Green Blue C M Y K H S L
Decimal 197 110 67 0 0.44 0.66 0.23 19.85 0.53 0.52
Hex C5 6E 43 0 2C 42 17 14 35 34
Octal 305 156 103 0 54 102 27 24 65 64
Binary 11000101 1101110 1000011 0 101100 1000010 10111 10100 110101 110100

Color Harmonies of #C56E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E43

Black with #C56E43

Text Example


Text Example

White with #C56E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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