Html Css Color HEX #C38648 Brandy Punch

📋 copy color: '#C38648'

red 195 ◦ green 134 ◦ blue 72

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

Shades of Brandy Punch #C38648

Tints of Brandy Punch #C38648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 48.63%
G = 33.42%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38648 (or 0xC38648) is known color: Brandy Punch. HEX triplet: C3, 86 and 48. RGB value is (195,134,72). Sum of RGB (Red+Green+Blue) = 195+134+72=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38648 is #3C79B7. Grayscale: #919191. Windows color (decimal): -3963320 or 4753091. OLE color: 4753091.

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

Color convert

RGB 195 134 72 -
CMYK 0 0.31 0.63 0.24
HSL 30.24º 0.51% 0.52% -
HSV(B) 30.24º 0.63% 0.76% -
XYZ 32.2 29.12 10.05 -
YUV 145.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 195 134 72 0 0.31 0.63 0.24 30.24 0.51 0.52
Hex C3 86 48 0 1F 3F 18 1E 33 34
Octal 303 206 110 0 37 77 30 36 63 64
Binary 11000011 10000110 1001000 0 11111 111111 11000 11110 110011 110100

Color Harmonies of #C38648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38648

Black with #C38648

Text Example


Text Example

White with #C38648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38648; }

 p { color: rgb(195,134,72); }

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

background-color css

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

 a { background-color: rgb(195,134,72); }

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

border-color css

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

 span { border-color: rgb(195,134,72); }

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