Html Css Color HEX #C56C4B Red Damask

📋 copy color: '#C56C4B'

red 197 ◦ green 108 ◦ blue 75

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

Shades of Red Damask #C56C4B

Tints of Red Damask #C56C4B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 75 (29.69% from 255) = 19.74%

R = 51.84%
G = 28.42%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C56C4B (or 0xC56C4B) is known color: Red Damask. HEX triplet: C5, 6C and 4B. RGB value is (197,108,75). Sum of RGB (Red+Green+Blue) = 197+108+75=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C4B is #3A93B4. Grayscale: #838383. Windows color (decimal): -3838901 or 4943045. OLE color: 4943045.

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

Color convert

RGB 197 108 75 -
CMYK 0 0.45 0.62 0.23
HSL 16.23º 0.51% 0.53% -
HSV(B) 16.23º 0.62% 0.77% -
XYZ 29.66 23.1 9.55 -
YUV 130.85 96.49 175.18 -
System Red Green Blue C M Y K H S L
Decimal 197 108 75 0 0.45 0.62 0.23 16.23 0.51 0.53
Hex C5 6C 4B 0 2D 3E 17 10 33 35
Octal 305 154 113 0 55 76 27 20 63 65
Binary 11000101 1101100 1001011 0 101101 111110 10111 10000 110011 110101

Color Harmonies of #C56C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C4B

Black with #C56C4B

Text Example


Text Example

White with #C56C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C4B; }

 p { color: rgb(197,108,75); }

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

background-color css

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

 a { background-color: rgb(197,108,75); }

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

border-color css

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

 span { border-color: rgb(197,108,75); }

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