Html Css Color HEX #C47651 Red Damask

📋 copy color: '#C47651'

red 196 ◦ green 118 ◦ blue 81

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

Shades of Red Damask #C47651

Tints of Red Damask #C47651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.51%

R = 49.62%
G = 29.87%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C47651 (or 0xC47651) is known color: Red Damask. HEX triplet: C4, 76 and 51. RGB value is (196,118,81). Sum of RGB (Red+Green+Blue) = 196+118+81=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C47651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47651 is #3B89AE. Grayscale: #898989. Windows color (decimal): -3901871 or 5338820. OLE color: 5338820.

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

Color convert

RGB 196 118 81 -
CMYK 0 0.40 0.59 0.23
HSL 19.3º 0.49% 0.54% -
HSV(B) 19.3º 0.59% 0.77% -
XYZ 30.73 25.29 11.05 -
YUV 137.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 196 118 81 0 0.40 0.59 0.23 19.3 0.49 0.54
Hex C4 76 51 0 28 3B 17 13 31 36
Octal 304 166 121 0 50 73 27 23 61 66
Binary 11000100 1110110 1010001 0 101000 111011 10111 10011 110001 110110

Color Harmonies of #C47651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47651

Black with #C47651

Text Example


Text Example

White with #C47651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47651; }

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

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

background-color css

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

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

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

border-color css

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

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

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