Html Css Color HEX #C38149 Brandy Punch

📋 copy color: '#C38149'

red 195 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #C38149

Tints of Brandy Punch #C38149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 49.12%
G = 32.49%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38149 (or 0xC38149) is known color: Brandy Punch. HEX triplet: C3, 81 and 49. RGB value is (195,129,73). Sum of RGB (Red+Green+Blue) = 195+129+73=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38149 is #3C7EB6. Grayscale: #8E8E8E. Windows color (decimal): -3964599 or 4817347. OLE color: 4817347.

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

Color convert

RGB 195 129 73 -
CMYK 0 0.34 0.63 0.24
HSL 27.54º 0.5% 0.53% -
HSV(B) 27.54º 0.63% 0.76% -
XYZ 31.56 27.78 10 -
YUV 142.35 88.87 165.55 -
System Red Green Blue C M Y K H S L
Decimal 195 129 73 0 0.34 0.63 0.24 27.54 0.5 0.53
Hex C3 81 49 0 22 3F 18 1C 32 35
Octal 303 201 111 0 42 77 30 34 62 65
Binary 11000011 10000001 1001001 0 100010 111111 11000 11100 110010 110101

Color Harmonies of #C38149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38149

Black with #C38149

Text Example


Text Example

White with #C38149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38149; }

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

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

background-color css

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

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

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

border-color css

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

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

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