Html Css Color HEX #C38251 Brandy Punch

📋 copy color: '#C38251'

red 195 ◦ green 130 ◦ blue 81

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

Shades of Brandy Punch #C38251

Tints of Brandy Punch #C38251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 48.03%
G = 32.02%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C38251 (or 0xC38251) is known color: Brandy Punch. HEX triplet: C3, 82 and 51. RGB value is (195,130,81). Sum of RGB (Red+Green+Blue) = 195+130+81=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C38251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38251 is #3C7DAE. Grayscale: #909090. Windows color (decimal): -3964335 or 5341891. OLE color: 5341891.

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

Color convert

RGB 195 130 81 -
CMYK 0 0.33 0.58 0.24
HSL 25.79º 0.49% 0.54% -
HSV(B) 25.79º 0.58% 0.76% -
XYZ 31.97 28.16 11.54 -
YUV 143.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 195 130 81 0 0.33 0.58 0.24 25.79 0.49 0.54
Hex C3 82 51 0 21 3A 18 1A 31 36
Octal 303 202 121 0 41 72 30 32 61 66
Binary 11000011 10000010 1010001 0 100001 111010 11000 11010 110001 110110

Color Harmonies of #C38251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38251

Black with #C38251

Text Example


Text Example

White with #C38251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38251; }

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

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

background-color css

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

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

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

border-color css

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

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

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