Html Css Color HEX #C47F4C Brandy Punch

📋 copy color: '#C47F4C'

red 196 ◦ green 127 ◦ blue 76

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

Shades of Brandy Punch #C47F4C

Tints of Brandy Punch #C47F4C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 49.12%
G = 31.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C47F4C (or 0xC47F4C) is known color: Brandy Punch. HEX triplet: C4, 7F and 4C. RGB value is (196,127,76). Sum of RGB (Red+Green+Blue) = 196+127+76=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F4C is #3B80B3. Grayscale: #8E8E8E. Windows color (decimal): -3899572 or 5013444. OLE color: 5013444.

HSL color Cylindrical-coordinate representation of color #C47F4C: hue angle of 25.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C47F4C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 76 -
CMYK 0 0.35 0.61 0.23
HSL 25.5º 0.5% 0.53% -
HSV(B) 25.5º 0.61% 0.77% -
XYZ 31.66 27.44 10.46 -
YUV 141.82 90.86 166.65 -
System Red Green Blue C M Y K H S L
Decimal 196 127 76 0 0.35 0.61 0.23 25.5 0.5 0.53
Hex C4 7F 4C 0 23 3D 17 1A 32 35
Octal 304 177 114 0 43 75 27 32 62 65
Binary 11000100 1111111 1001100 0 100011 111101 10111 11010 110010 110101

Color Harmonies of #C47F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F4C

Black with #C47F4C

Text Example


Text Example

White with #C47F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F4C; }

 p { color: rgb(196,127,76); }

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

background-color css

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

 a { background-color: rgb(196,127,76); }

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

border-color css

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

 span { border-color: rgb(196,127,76); }

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