Html Css Color HEX #C38141 Brandy Punch

📋 copy color: '#C38141'

red 195 ◦ green 129 ◦ blue 65

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

Shades of Brandy Punch #C38141

Tints of Brandy Punch #C38141

RGB

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

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

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

R = 50.13%
G = 33.16%
B = 16.71%

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

#C38141 (or 0xC38141) is known color: Brandy Punch. HEX triplet: C3, 81 and 41. RGB value is (195,129,65). Sum of RGB (Red+Green+Blue) = 195+129+65=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38141 is #3C7EBE. Grayscale: #8D8D8D. Windows color (decimal): -3964607 or 4293059. OLE color: 4293059.

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

Color convert

RGB 195 129 65 -
CMYK 0 0.34 0.67 0.24
HSL 29.54º 0.52% 0.51% -
HSV(B) 29.54º 0.67% 0.76% -
XYZ 31.31 27.68 8.69 -
YUV 141.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 195 129 65 0 0.34 0.67 0.24 29.54 0.52 0.51
Hex C3 81 41 0 22 43 18 1E 34 33
Octal 303 201 101 0 42 103 30 36 64 63
Binary 11000011 10000001 1000001 0 100010 1000011 11000 11110 110100 110011

Color Harmonies of #C38141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38141

Black with #C38141

Text Example


Text Example

White with #C38141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38141; }

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

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

background-color css

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

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

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

border-color css

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

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

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