Html Css Color HEX #C38151 Brandy Punch

📋 copy color: '#C38151'

red 195 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #C38151

Tints of Brandy Punch #C38151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20%

R = 48.15%
G = 31.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C38151 (or 0xC38151) is known color: Brandy Punch. HEX triplet: C3, 81 and 51. RGB value is (195,129,81). Sum of RGB (Red+Green+Blue) = 195+129+81=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38151 is #3C7EAE. Grayscale: #8F8F8F. Windows color (decimal): -3964591 or 5341635. OLE color: 5341635.

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

Color convert

RGB 195 129 81 -
CMYK 0 0.34 0.58 0.24
HSL 25.26º 0.49% 0.54% -
HSV(B) 25.26º 0.58% 0.76% -
XYZ 31.84 27.9 11.49 -
YUV 143.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 195 129 81 0 0.34 0.58 0.24 25.26 0.49 0.54
Hex C3 81 51 0 22 3A 18 19 31 36
Octal 303 201 121 0 42 72 30 31 61 66
Binary 11000011 10000001 1010001 0 100010 111010 11000 11001 110001 110110

Color Harmonies of #C38151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38151

Black with #C38151

Text Example


Text Example

White with #C38151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38151; }

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

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

background-color css

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

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

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

border-color css

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

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

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