Html Css Color HEX #C38547 Brandy Punch

📋 copy color: '#C38547'

red 195 ◦ green 133 ◦ blue 71

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

Shades of Brandy Punch #C38547

Tints of Brandy Punch #C38547

RGB

 RED value IS 195 (76.56% from 255) = 48.87%

 GREEN value IS 133 (52.34% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 17.79%

R = 48.87%
G = 33.33%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38547 (or 0xC38547) is known color: Brandy Punch. HEX triplet: C3, 85 and 47. RGB value is (195,133,71). Sum of RGB (Red+Green+Blue) = 195+133+71=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38547 is #3C7AB8. Grayscale: #909090. Windows color (decimal): -3963577 or 4687299. OLE color: 4687299.

HSL color Cylindrical-coordinate representation of color #C38547: hue angle of 30º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C38547 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 71 -
CMYK 0 0.32 0.64 0.24
HSL 30º 0.51% 0.52% -
HSV(B) 30º 0.64% 0.76% -
XYZ 32.03 28.83 9.84 -
YUV 144.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 195 133 71 0 0.32 0.64 0.24 30 0.51 0.52
Hex C3 85 47 0 20 40 18 1E 33 34
Octal 303 205 107 0 40 100 30 36 63 64
Binary 11000011 10000101 1000111 0 100000 1000000 11000 11110 110011 110100

Color Harmonies of #C38547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38547

Black with #C38547

Text Example


Text Example

White with #C38547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38547; }

 p { color: rgb(195,133,71); }

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

background-color css

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

 a { background-color: rgb(195,133,71); }

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

border-color css

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

 span { border-color: rgb(195,133,71); }

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