Html Css Color HEX #C38440 Brandy Punch

📋 copy color: '#C38440'

red 195 ◦ green 132 ◦ blue 64

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

Shades of Brandy Punch #C38440

Tints of Brandy Punch #C38440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 64 (25.39% from 255) = 16.37%

R = 49.87%
G = 33.76%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38440 (or 0xC38440) is known color: Brandy Punch. HEX triplet: C3, 84 and 40. RGB value is (195,132,64). Sum of RGB (Red+Green+Blue) = 195+132+64=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C38440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38440 is #3C7BBF. Grayscale: #8F8F8F. Windows color (decimal): -3963840 or 4228291. OLE color: 4228291.

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

Color convert

RGB 195 132 64 -
CMYK 0 0.32 0.67 0.24
HSL 31.15º 0.52% 0.51% -
HSV(B) 31.15º 0.67% 0.76% -
XYZ 31.68 28.47 8.68 -
YUV 143.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 195 132 64 0 0.32 0.67 0.24 31.15 0.52 0.51
Hex C3 84 40 0 20 43 18 1F 34 33
Octal 303 204 100 0 40 103 30 37 64 63
Binary 11000011 10000100 1000000 0 100000 1000011 11000 11111 110100 110011

Color Harmonies of #C38440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38440

Black with #C38440

Text Example


Text Example

White with #C38440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38440; }

 p { color: rgb(195,132,64); }

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

background-color css

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

 a { background-color: rgb(195,132,64); }

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

border-color css

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

 span { border-color: rgb(195,132,64); }

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