Html Css Color HEX #C3844A Brandy Punch

📋 copy color: '#C3844A'

red 195 ◦ green 132 ◦ blue 74

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

Shades of Brandy Punch #C3844A

Tints of Brandy Punch #C3844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.45%

R = 48.63%
G = 32.92%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3844A (or 0xC3844A) is known color: Brandy Punch. HEX triplet: C3, 84 and 4A. RGB value is (195,132,74). Sum of RGB (Red+Green+Blue) = 195+132+74=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3844A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3844A is #3C7BB5. Grayscale: #909090. Windows color (decimal): -3963830 or 4883651. OLE color: 4883651.

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

Color convert

RGB 195 132 74 -
CMYK 0 0.32 0.62 0.24
HSL 28.76º 0.5% 0.53% -
HSV(B) 28.76º 0.62% 0.76% -
XYZ 31.99 28.6 10.31 -
YUV 144.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 195 132 74 0 0.32 0.62 0.24 28.76 0.5 0.53
Hex C3 84 4A 0 20 3E 18 1D 32 35
Octal 303 204 112 0 40 76 30 35 62 65
Binary 11000011 10000100 1001010 0 100000 111110 11000 11101 110010 110101

Color Harmonies of #C3844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3844A

Black with #C3844A

Text Example


Text Example

White with #C3844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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