Html Css Color HEX #C38146 Brandy Punch

📋 copy color: '#C38146'

red 195 ◦ green 129 ◦ blue 70

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

Shades of Brandy Punch #C38146

Tints of Brandy Punch #C38146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.77%

R = 49.49%
G = 32.74%
B = 17.77%

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

#C38146 (or 0xC38146) is known color: Brandy Punch. HEX triplet: C3, 81 and 46. RGB value is (195,129,70). Sum of RGB (Red+Green+Blue) = 195+129+70=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 70 (27.73% from 255 or 17.77% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38146 is #3C7EB9. Grayscale: #8E8E8E. Windows color (decimal): -3964602 or 4620739. OLE color: 4620739.

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

Color convert

RGB 195 129 70 -
CMYK 0 0.34 0.64 0.24
HSL 28.32º 0.51% 0.52% -
HSV(B) 28.32º 0.64% 0.76% -
XYZ 31.46 27.74 9.49 -
YUV 142.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 195 129 70 0 0.34 0.64 0.24 28.32 0.51 0.52
Hex C3 81 46 0 22 40 18 1C 33 34
Octal 303 201 106 0 42 100 30 34 63 64
Binary 11000011 10000001 1000110 0 100010 1000000 11000 11100 110011 110100

Color Harmonies of #C38146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38146

Black with #C38146

Text Example


Text Example

White with #C38146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38146; }

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

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

background-color css

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

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

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

border-color css

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

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

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