Html Css Color HEX #C38447 Brandy Punch

📋 copy color: '#C38447'

red 195 ◦ green 132 ◦ blue 71

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

Shades of Brandy Punch #C38447

Tints of Brandy Punch #C38447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

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

R = 48.99%
G = 33.17%
B = 17.84%

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

#C38447 (or 0xC38447) is known color: Brandy Punch. HEX triplet: C3, 84 and 47. RGB value is (195,132,71). Sum of RGB (Red+Green+Blue) = 195+132+71=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38447 is #3C7BB8. Grayscale: #909090. Windows color (decimal): -3963833 or 4687043. OLE color: 4687043.

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

Color convert

RGB 195 132 71 -
CMYK 0 0.32 0.64 0.24
HSL 29.52º 0.51% 0.52% -
HSV(B) 29.52º 0.64% 0.76% -
XYZ 31.89 28.56 9.79 -
YUV 143.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 195 132 71 0 0.32 0.64 0.24 29.52 0.51 0.52
Hex C3 84 47 0 20 40 18 1E 33 34
Octal 303 204 107 0 40 100 30 36 63 64
Binary 11000011 10000100 1000111 0 100000 1000000 11000 11110 110011 110100

Color Harmonies of #C38447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38447

Black with #C38447

Text Example


Text Example

White with #C38447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38447; }

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

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

background-color css

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

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

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

border-color css

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

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

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