Html Css Color HEX #C38052 Brandy Punch

📋 copy color: '#C38052'

red 195 ◦ green 128 ◦ blue 82

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

Shades of Brandy Punch #C38052

Tints of Brandy Punch #C38052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 48.15%
G = 31.6%
B = 20.25%

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

#C38052 (or 0xC38052) is known color: Brandy Punch. HEX triplet: C3, 80 and 52. RGB value is (195,128,82). Sum of RGB (Red+Green+Blue) = 195+128+82=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C38052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38052 is #3C7FAD. Grayscale: #8F8F8F. Windows color (decimal): -3964846 or 5406915. OLE color: 5406915.

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

Color convert

RGB 195 128 82 -
CMYK 0 0.34 0.58 0.24
HSL 24.42º 0.48% 0.54% -
HSV(B) 24.42º 0.58% 0.76% -
XYZ 31.75 27.65 11.65 -
YUV 142.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 195 128 82 0 0.34 0.58 0.24 24.42 0.48 0.54
Hex C3 80 52 0 22 3A 18 18 30 36
Octal 303 200 122 0 42 72 30 30 60 66
Binary 11000011 10000000 1010010 0 100010 111010 11000 11000 110000 110110

Color Harmonies of #C38052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38052

Black with #C38052

Text Example


Text Example

White with #C38052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38052; }

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

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

background-color css

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

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

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

border-color css

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

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

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