Html Css Color HEX #C47852 Red Damask

📋 copy color: '#C47852'

red 196 ◦ green 120 ◦ blue 82

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

Shades of Red Damask #C47852

Tints of Red Damask #C47852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.15%

 BLUE value IS 82 (32.42% from 255) = 20.6%

R = 49.25%
G = 30.15%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C47852 (or 0xC47852) is known color: Red Damask. HEX triplet: C4, 78 and 52. RGB value is (196,120,82). Sum of RGB (Red+Green+Blue) = 196+120+82=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C47852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47852 is #3B87AD. Grayscale: #8A8A8A. Windows color (decimal): -3901358 or 5404868. OLE color: 5404868.

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

Color convert

RGB 196 120 82 -
CMYK 0 0.39 0.58 0.23
HSL 20º 0.49% 0.55% -
HSV(B) 20º 0.58% 0.77% -
XYZ 31 25.78 11.32 -
YUV 138.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 196 120 82 0 0.39 0.58 0.23 20 0.49 0.55
Hex C4 78 52 0 27 3A 17 14 31 37
Octal 304 170 122 0 47 72 27 24 61 67
Binary 11000100 1111000 1010010 0 100111 111010 10111 10100 110001 110111

Color Harmonies of #C47852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47852

Black with #C47852

Text Example


Text Example

White with #C47852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47852; }

 p { color: rgb(196,120,82); }

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

background-color css

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

 a { background-color: rgb(196,120,82); }

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

border-color css

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

 span { border-color: rgb(196,120,82); }

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