Html Css Color HEX #C38041 Brandy Punch

📋 copy color: '#C38041'

red 195 ◦ green 128 ◦ blue 65

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

Shades of Brandy Punch #C38041

Tints of Brandy Punch #C38041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.75%

R = 50.26%
G = 32.99%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38041 (or 0xC38041) is known color: Brandy Punch. HEX triplet: C3, 80 and 41. RGB value is (195,128,65). Sum of RGB (Red+Green+Blue) = 195+128+65=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C38041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38041 is #3C7FBE. Grayscale: #8D8D8D. Windows color (decimal): -3964863 or 4292803. OLE color: 4292803.

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

Color convert

RGB 195 128 65 -
CMYK 0 0.34 0.67 0.24
HSL 29.08º 0.52% 0.51% -
HSV(B) 29.08º 0.67% 0.76% -
XYZ 31.18 27.42 8.65 -
YUV 140.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 195 128 65 0 0.34 0.67 0.24 29.08 0.52 0.51
Hex C3 80 41 0 22 43 18 1D 34 33
Octal 303 200 101 0 42 103 30 35 64 63
Binary 11000011 10000000 1000001 0 100010 1000011 11000 11101 110100 110011

Color Harmonies of #C38041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38041

Black with #C38041

Text Example


Text Example

White with #C38041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38041; }

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

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

background-color css

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

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

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

border-color css

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

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

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