Html Css Color HEX #C38347 Brandy Punch

📋 copy color: '#C38347'

red 195 ◦ green 131 ◦ blue 71

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

Shades of Brandy Punch #C38347

Tints of Brandy Punch #C38347

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

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

R = 49.12%
G = 33%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38347 (or 0xC38347) is known color: Brandy Punch. HEX triplet: C3, 83 and 47. RGB value is (195,131,71). Sum of RGB (Red+Green+Blue) = 195+131+71=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38347 is #3C7CB8. Grayscale: #8F8F8F. Windows color (decimal): -3964089 or 4686787. OLE color: 4686787.

HSL color Cylindrical-coordinate representation of color #C38347: hue angle of 29.03º 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 #C38347 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 71 -
CMYK 0 0.33 0.64 0.24
HSL 29.03º 0.51% 0.52% -
HSV(B) 29.03º 0.64% 0.76% -
XYZ 31.76 28.29 9.75 -
YUV 143.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 195 131 71 0 0.33 0.64 0.24 29.03 0.51 0.52
Hex C3 83 47 0 21 40 18 1D 33 34
Octal 303 203 107 0 41 100 30 35 63 64
Binary 11000011 10000011 1000111 0 100001 1000000 11000 11101 110011 110100

Color Harmonies of #C38347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38347

Black with #C38347

Text Example


Text Example

White with #C38347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38347; }

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

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

background-color css

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

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

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

border-color css

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

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

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