Html Css Color HEX #C38443 Brandy Punch

📋 copy color: '#C38443'

red 195 ◦ green 132 ◦ blue 67

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

Shades of Brandy Punch #C38443

Tints of Brandy Punch #C38443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.01%

R = 49.49%
G = 33.5%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C38443 (or 0xC38443) is known color: Brandy Punch. HEX triplet: C3, 84 and 43. RGB value is (195,132,67). Sum of RGB (Red+Green+Blue) = 195+132+67=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38443 is #3C7BBC. Grayscale: #8F8F8F. Windows color (decimal): -3963837 or 4424899. OLE color: 4424899.

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

Color convert

RGB 195 132 67 -
CMYK 0 0.32 0.66 0.24
HSL 30.47º 0.52% 0.51% -
HSV(B) 30.47º 0.66% 0.76% -
XYZ 31.77 28.51 9.14 -
YUV 143.43 84.87 164.79 -
System Red Green Blue C M Y K H S L
Decimal 195 132 67 0 0.32 0.66 0.24 30.47 0.52 0.51
Hex C3 84 43 0 20 42 18 1E 34 33
Octal 303 204 103 0 40 102 30 36 64 63
Binary 11000011 10000100 1000011 0 100000 1000010 11000 11110 110100 110011

Color Harmonies of #C38443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38443

Black with #C38443

Text Example


Text Example

White with #C38443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38443; }

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

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

background-color css

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

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

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

border-color css

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

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

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