Html Css Color HEX #C38147 Brandy Punch

📋 copy color: '#C38147'

red 195 ◦ green 129 ◦ blue 71

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

Shades of Brandy Punch #C38147

Tints of Brandy Punch #C38147

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.66%

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

R = 49.37%
G = 32.66%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C38147 (or 0xC38147) is known color: Brandy Punch. HEX triplet: C3, 81 and 47. RGB value is (195,129,71). Sum of RGB (Red+Green+Blue) = 195+129+71=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C38147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38147 is #3C7EB8. Grayscale: #8E8E8E. Windows color (decimal): -3964601 or 4686275. OLE color: 4686275.

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

Color convert

RGB 195 129 71 -
CMYK 0 0.34 0.64 0.24
HSL 28.06º 0.51% 0.52% -
HSV(B) 28.06º 0.64% 0.76% -
XYZ 31.49 27.76 9.66 -
YUV 142.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 195 129 71 0 0.34 0.64 0.24 28.06 0.51 0.52
Hex C3 81 47 0 22 40 18 1C 33 34
Octal 303 201 107 0 42 100 30 34 63 64
Binary 11000011 10000001 1000111 0 100010 1000000 11000 11100 110011 110100

Color Harmonies of #C38147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38147

Black with #C38147

Text Example


Text Example

White with #C38147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38147; }

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

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

background-color css

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

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

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

border-color css

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

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

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