Html Css Color HEX #C38247 Brandy Punch

📋 copy color: '#C38247'

red 195 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #C38247

Tints of Brandy Punch #C38247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 49.24%
G = 32.83%
B = 17.93%

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

#C38247 (or 0xC38247) is known color: Brandy Punch. HEX triplet: C3, 82 and 47. RGB value is (195,130,71). Sum of RGB (Red+Green+Blue) = 195+130+71=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38247 is #3C7DB8. Grayscale: #8F8F8F. Windows color (decimal): -3964345 or 4686531. OLE color: 4686531.

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

Color convert

RGB 195 130 71 -
CMYK 0 0.33 0.64 0.24
HSL 28.55º 0.51% 0.52% -
HSV(B) 28.55º 0.64% 0.76% -
XYZ 31.63 28.02 9.7 -
YUV 142.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 195 130 71 0 0.33 0.64 0.24 28.55 0.51 0.52
Hex C3 82 47 0 21 40 18 1D 33 34
Octal 303 202 107 0 41 100 30 35 63 64
Binary 11000011 10000010 1000111 0 100001 1000000 11000 11101 110011 110100

Color Harmonies of #C38247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38247

Black with #C38247

Text Example


Text Example

White with #C38247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38247; }

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

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

background-color css

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

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

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

border-color css

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

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

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