Html Css Color HEX #C38051 Brandy Punch

📋 copy color: '#C38051'

red 195 ◦ green 128 ◦ blue 81

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

Shades of Brandy Punch #C38051

Tints of Brandy Punch #C38051

RGB

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

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

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

R = 48.27%
G = 31.68%
B = 20.05%

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

#C38051 (or 0xC38051) is known color: Brandy Punch. HEX triplet: C3, 80 and 51. RGB value is (195,128,81). Sum of RGB (Red+Green+Blue) = 195+128+81=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 81 (32.03% from 255 or 20.05% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C38051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38051 is #3C7FAE. Grayscale: #8E8E8E. Windows color (decimal): -3964847 or 5341379. OLE color: 5341379.

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

Color convert

RGB 195 128 81 -
CMYK 0 0.34 0.58 0.24
HSL 24.74º 0.49% 0.54% -
HSV(B) 24.74º 0.58% 0.76% -
XYZ 31.71 27.63 11.45 -
YUV 142.68 93.2 165.32 -
System Red Green Blue C M Y K H S L
Decimal 195 128 81 0 0.34 0.58 0.24 24.74 0.49 0.54
Hex C3 80 51 0 22 3A 18 19 31 36
Octal 303 200 121 0 42 72 30 31 61 66
Binary 11000011 10000000 1010001 0 100010 111010 11000 11001 110001 110110

Color Harmonies of #C38051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38051

Black with #C38051

Text Example


Text Example

White with #C38051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38051; }

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

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

background-color css

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

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

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

border-color css

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

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

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