Html Css Color HEX #C47842 Brandy Punch

📋 copy color: '#C47842'

red 196 ◦ green 120 ◦ blue 66

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

Shades of Brandy Punch #C47842

Tints of Brandy Punch #C47842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 51.31%
G = 31.41%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C47842 (or 0xC47842) is known color: Brandy Punch. HEX triplet: C4, 78 and 42. RGB value is (196,120,66). Sum of RGB (Red+Green+Blue) = 196+120+66=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C47842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47842 is #3B87BD. Grayscale: #888888. Windows color (decimal): -3901374 or 4356292. OLE color: 4356292.

HSL color Cylindrical-coordinate representation of color #C47842: hue angle of 24.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C47842 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 66 -
CMYK 0 0.39 0.66 0.23
HSL 24.92º 0.52% 0.51% -
HSV(B) 24.92º 0.66% 0.77% -
XYZ 30.46 25.56 8.48 -
YUV 136.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 196 120 66 0 0.39 0.66 0.23 24.92 0.52 0.51
Hex C4 78 42 0 27 42 17 19 34 33
Octal 304 170 102 0 47 102 27 31 64 63
Binary 11000100 1111000 1000010 0 100111 1000010 10111 11001 110100 110011

Color Harmonies of #C47842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47842

Black with #C47842

Text Example


Text Example

White with #C47842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47842; }

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

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

background-color css

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

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

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

border-color css

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

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

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