Html Css Color HEX #C38348 Brandy Punch

📋 copy color: '#C38348'

red 195 ◦ green 131 ◦ blue 72

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

Shades of Brandy Punch #C38348

Tints of Brandy Punch #C38348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 48.99%
G = 32.91%
B = 18.09%

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

#C38348 (or 0xC38348) is known color: Brandy Punch. HEX triplet: C3, 83 and 48. RGB value is (195,131,72). Sum of RGB (Red+Green+Blue) = 195+131+72=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38348 is #3C7CB7. Grayscale: #8F8F8F. Windows color (decimal): -3964088 or 4752323. OLE color: 4752323.

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

Color convert

RGB 195 131 72 -
CMYK 0 0.33 0.63 0.24
HSL 28.78º 0.51% 0.52% -
HSV(B) 28.78º 0.63% 0.76% -
XYZ 31.79 28.3 9.92 -
YUV 143.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 195 131 72 0 0.33 0.63 0.24 28.78 0.51 0.52
Hex C3 83 48 0 21 3F 18 1D 33 34
Octal 303 203 110 0 41 77 30 35 63 64
Binary 11000011 10000011 1001000 0 100001 111111 11000 11101 110011 110100

Color Harmonies of #C38348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38348

Black with #C38348

Text Example


Text Example

White with #C38348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38348; }

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

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

background-color css

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

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

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

border-color css

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

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

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