Html Css Color HEX #C38240 Brandy Punch

📋 copy color: '#C38240'

red 195 ◦ green 130 ◦ blue 64

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

Shades of Brandy Punch #C38240

Tints of Brandy Punch #C38240

RGB

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

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

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

R = 50.13%
G = 33.42%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38240 (or 0xC38240) is known color: Brandy Punch. HEX triplet: C3, 82 and 40. RGB value is (195,130,64). Sum of RGB (Red+Green+Blue) = 195+130+64=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C38240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38240 is #3C7DBF. Grayscale: #8E8E8E. Windows color (decimal): -3964352 or 4227779. OLE color: 4227779.

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

Color convert

RGB 195 130 64 -
CMYK 0 0.33 0.67 0.24
HSL 30.23º 0.52% 0.51% -
HSV(B) 30.23º 0.67% 0.76% -
XYZ 31.41 27.94 8.59 -
YUV 141.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 195 130 64 0 0.33 0.67 0.24 30.23 0.52 0.51
Hex C3 82 40 0 21 43 18 1E 34 33
Octal 303 202 100 0 41 103 30 36 64 63
Binary 11000011 10000010 1000000 0 100001 1000011 11000 11110 110100 110011

Color Harmonies of #C38240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38240

Black with #C38240

Text Example


Text Example

White with #C38240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38240; }

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

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

background-color css

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

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

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

border-color css

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

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

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