Html Css Color HEX #C38248 Brandy Punch

📋 copy color: '#C38248'

red 195 ◦ green 130 ◦ blue 72

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

Shades of Brandy Punch #C38248

Tints of Brandy Punch #C38248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 49.12%
G = 32.75%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38248 (or 0xC38248) is known color: Brandy Punch. HEX triplet: C3, 82 and 48. RGB value is (195,130,72). Sum of RGB (Red+Green+Blue) = 195+130+72=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38248 is #3C7DB7. Grayscale: #8F8F8F. Windows color (decimal): -3964344 or 4752067. OLE color: 4752067.

HSL color Cylindrical-coordinate representation of color #C38248: hue angle of 28.29º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38248 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 72 -
CMYK 0 0.33 0.63 0.24
HSL 28.29º 0.51% 0.52% -
HSV(B) 28.29º 0.63% 0.76% -
XYZ 31.66 28.04 9.87 -
YUV 142.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 195 130 72 0 0.33 0.63 0.24 28.29 0.51 0.52
Hex C3 82 48 0 21 3F 18 1C 33 34
Octal 303 202 110 0 41 77 30 34 63 64
Binary 11000011 10000010 1001000 0 100001 111111 11000 11100 110011 110100

Color Harmonies of #C38248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38248

Black with #C38248

Text Example


Text Example

White with #C38248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38248; }

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

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

background-color css

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

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

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

border-color css

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

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

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