Html Css Color HEX #C47653 Red Damask

📋 copy color: '#C47653'

red 196 ◦ green 118 ◦ blue 83

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

Shades of Red Damask #C47653

Tints of Red Damask #C47653

RGB

 RED value IS 196 (76.95% from 255) = 49.37%

 GREEN value IS 118 (46.48% from 255) = 29.72%

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

R = 49.37%
G = 29.72%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C47653 (or 0xC47653) is known color: Red Damask. HEX triplet: C4, 76 and 53. RGB value is (196,118,83). Sum of RGB (Red+Green+Blue) = 196+118+83=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C47653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47653 is #3B89AC. Grayscale: #898989. Windows color (decimal): -3901869 or 5469892. OLE color: 5469892.

HSL color Cylindrical-coordinate representation of color #C47653: hue angle of 18.58º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C47653 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 83 -
CMYK 0 0.40 0.58 0.23
HSL 18.58º 0.49% 0.55% -
HSV(B) 18.58º 0.58% 0.77% -
XYZ 30.8 25.32 11.45 -
YUV 137.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 196 118 83 0 0.40 0.58 0.23 18.58 0.49 0.55
Hex C4 76 53 0 28 3A 17 13 31 37
Octal 304 166 123 0 50 72 27 23 61 67
Binary 11000100 1110110 1010011 0 101000 111010 10111 10011 110001 110111

Color Harmonies of #C47653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47653

Black with #C47653

Text Example


Text Example

White with #C47653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47653; }

 p { color: rgb(196,118,83); }

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

background-color css

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

 a { background-color: rgb(196,118,83); }

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

border-color css

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

 span { border-color: rgb(196,118,83); }

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