Html Css Color HEX #C47652 Red Damask

📋 copy color: '#C47652'

red 196 ◦ green 118 ◦ blue 82

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

Shades of Red Damask #C47652

Tints of Red Damask #C47652

RGB

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

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

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

R = 49.49%
G = 29.8%
B = 20.71%

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

#C47652 (or 0xC47652) is known color: Red Damask. HEX triplet: C4, 76 and 52. RGB value is (196,118,82). Sum of RGB (Red+Green+Blue) = 196+118+82=396 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.49% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 196 - color contains mainly: red. Hex color #C47652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47652 is #3B89AD. Grayscale: #898989. Windows color (decimal): -3901870 or 5404356. OLE color: 5404356.

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

Color convert

RGB 196 118 82 -
CMYK 0 0.40 0.58 0.23
HSL 18.95º 0.49% 0.55% -
HSV(B) 18.95º 0.58% 0.77% -
XYZ 30.77 25.3 11.24 -
YUV 137.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 196 118 82 0 0.40 0.58 0.23 18.95 0.49 0.55
Hex C4 76 52 0 28 3A 17 13 31 37
Octal 304 166 122 0 50 72 27 23 61 67
Binary 11000100 1110110 1010010 0 101000 111010 10111 10011 110001 110111

Color Harmonies of #C47652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47652

Black with #C47652

Text Example


Text Example

White with #C47652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47652; }

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

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

background-color css

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

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

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

border-color css

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

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

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