Html Css Color HEX #C3854A Brandy Punch

📋 copy color: '#C3854A'

red 195 ◦ green 133 ◦ blue 74

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

Shades of Brandy Punch #C3854A

Tints of Brandy Punch #C3854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.08%

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

R = 48.51%
G = 33.08%
B = 18.41%

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

#C3854A (or 0xC3854A) is known color: Brandy Punch. HEX triplet: C3, 85 and 4A. RGB value is (195,133,74). Sum of RGB (Red+Green+Blue) = 195+133+74=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3854A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3854A is #3C7AB5. Grayscale: #919191. Windows color (decimal): -3963574 or 4883907. OLE color: 4883907.

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

Color convert

RGB 195 133 74 -
CMYK 0 0.32 0.62 0.24
HSL 29.26º 0.5% 0.53% -
HSV(B) 29.26º 0.62% 0.76% -
XYZ 32.13 28.87 10.36 -
YUV 144.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 195 133 74 0 0.32 0.62 0.24 29.26 0.5 0.53
Hex C3 85 4A 0 20 3E 18 1D 32 35
Octal 303 205 112 0 40 76 30 35 62 65
Binary 11000011 10000101 1001010 0 100000 111110 11000 11101 110010 110101

Color Harmonies of #C3854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3854A

Black with #C3854A

Text Example


Text Example

White with #C3854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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