Html Css Color HEX #C38049 Brandy Punch

📋 copy color: '#C38049'

red 195 ◦ green 128 ◦ blue 73

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

Shades of Brandy Punch #C38049

Tints of Brandy Punch #C38049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 49.24%
G = 32.32%
B = 18.43%

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

#C38049 (or 0xC38049) is known color: Brandy Punch. HEX triplet: C3, 80 and 49. RGB value is (195,128,73). Sum of RGB (Red+Green+Blue) = 195+128+73=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38049 is #3C7FB6. Grayscale: #8E8E8E. Windows color (decimal): -3964855 or 4817091. OLE color: 4817091.

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

Color convert

RGB 195 128 73 -
CMYK 0 0.34 0.63 0.24
HSL 27.05º 0.5% 0.53% -
HSV(B) 27.05º 0.63% 0.76% -
XYZ 31.43 27.52 9.96 -
YUV 141.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 195 128 73 0 0.34 0.63 0.24 27.05 0.5 0.53
Hex C3 80 49 0 22 3F 18 1B 32 35
Octal 303 200 111 0 42 77 30 33 62 65
Binary 11000011 10000000 1001001 0 100010 111111 11000 11011 110010 110101

Color Harmonies of #C38049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38049

Black with #C38049

Text Example


Text Example

White with #C38049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38049; }

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

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

background-color css

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

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

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

border-color css

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

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

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