Html Css Color HEX #C47145 Red Damask

📋 copy color: '#C47145'

red 196 ◦ green 113 ◦ blue 69

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

Shades of Red Damask #C47145

Tints of Red Damask #C47145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 51.85%
G = 29.89%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C47145 (or 0xC47145) is known color: Red Damask. HEX triplet: C4, 71 and 45. RGB value is (196,113,69). Sum of RGB (Red+Green+Blue) = 196+113+69=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47145 is #3B8EBA. Grayscale: #858585. Windows color (decimal): -3903163 or 4551108. OLE color: 4551108.

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

Color convert

RGB 196 113 69 -
CMYK 0 0.42 0.65 0.23
HSL 20.79º 0.52% 0.52% -
HSV(B) 20.79º 0.65% 0.77% -
XYZ 29.74 23.98 8.69 -
YUV 132.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 196 113 69 0 0.42 0.65 0.23 20.79 0.52 0.52
Hex C4 71 45 0 2A 41 17 15 34 34
Octal 304 161 105 0 52 101 27 25 64 64
Binary 11000100 1110001 1000101 0 101010 1000001 10111 10101 110100 110100

Color Harmonies of #C47145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47145

Black with #C47145

Text Example


Text Example

White with #C47145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47145; }

 p { color: rgb(196,113,69); }

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

background-color css

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

 a { background-color: rgb(196,113,69); }

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

border-color css

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

 span { border-color: rgb(196,113,69); }

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