Html Css Color HEX #C38346 Brandy Punch

📋 copy color: '#C38346'

red 195 ◦ green 131 ◦ blue 70

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

Shades of Brandy Punch #C38346

Tints of Brandy Punch #C38346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.68%

R = 49.24%
G = 33.08%
B = 17.68%

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

#C38346 (or 0xC38346) is known color: Brandy Punch. HEX triplet: C3, 83 and 46. RGB value is (195,131,70). Sum of RGB (Red+Green+Blue) = 195+131+70=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38346 is #3C7CB9. Grayscale: #8F8F8F. Windows color (decimal): -3964090 or 4621251. OLE color: 4621251.

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

Color convert

RGB 195 131 70 -
CMYK 0 0.33 0.64 0.24
HSL 29.28º 0.51% 0.52% -
HSV(B) 29.28º 0.64% 0.76% -
XYZ 31.73 28.28 9.58 -
YUV 143.18 86.7 164.96 -
System Red Green Blue C M Y K H S L
Decimal 195 131 70 0 0.33 0.64 0.24 29.28 0.51 0.52
Hex C3 83 46 0 21 40 18 1D 33 34
Octal 303 203 106 0 41 100 30 35 63 64
Binary 11000011 10000011 1000110 0 100001 1000000 11000 11101 110011 110100

Color Harmonies of #C38346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38346

Black with #C38346

Text Example


Text Example

White with #C38346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38346; }

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

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

background-color css

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

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

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

border-color css

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

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

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