Html Css Color HEX #C47952 Red Damask

📋 copy color: '#C47952'

red 196 ◦ green 121 ◦ blue 82

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

Shades of Red Damask #C47952

Tints of Red Damask #C47952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

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

R = 49.12%
G = 30.33%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C47952 (or 0xC47952) is known color: Red Damask. HEX triplet: C4, 79 and 52. RGB value is (196,121,82). Sum of RGB (Red+Green+Blue) = 196+121+82=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47952 is #3B86AD. Grayscale: #8B8B8B. Windows color (decimal): -3901102 or 5405124. OLE color: 5405124.

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

Color convert

RGB 196 121 82 -
CMYK 0 0.38 0.58 0.23
HSL 20.53º 0.49% 0.55% -
HSV(B) 20.53º 0.58% 0.77% -
XYZ 31.13 26.02 11.36 -
YUV 138.98 95.85 168.67 -
System Red Green Blue C M Y K H S L
Decimal 196 121 82 0 0.38 0.58 0.23 20.53 0.49 0.55
Hex C4 79 52 0 26 3A 17 15 31 37
Octal 304 171 122 0 46 72 27 25 61 67
Binary 11000100 1111001 1010010 0 100110 111010 10111 10101 110001 110111

Color Harmonies of #C47952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47952

Black with #C47952

Text Example


Text Example

White with #C47952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47952; }

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

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

background-color css

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

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

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

border-color css

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

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

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