Html Css Color HEX #C2834C Brandy Punch

📋 copy color: '#C2834C'

red 194 ◦ green 131 ◦ blue 76

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

Shades of Brandy Punch #C2834C

Tints of Brandy Punch #C2834C

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 76 (30.08% from 255) = 18.95%

R = 48.38%
G = 32.67%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2834C (or 0xC2834C) is known color: Brandy Punch. HEX triplet: C2, 83 and 4C. RGB value is (194,131,76). Sum of RGB (Red+Green+Blue) = 194+131+76=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2834C is #3D7CB3. Grayscale: #8F8F8F. Windows color (decimal): -4029620 or 5014466. OLE color: 5014466.

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

Color convert

RGB 194 131 76 -
CMYK 0 0.32 0.61 0.24
HSL 27.97º 0.49% 0.53% -
HSV(B) 27.97º 0.61% 0.76% -
XYZ 31.67 28.22 10.62 -
YUV 143.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 194 131 76 0 0.32 0.61 0.24 27.97 0.49 0.53
Hex C2 83 4C 0 20 3D 18 1C 31 35
Octal 302 203 114 0 40 75 30 34 61 65
Binary 11000010 10000011 1001100 0 100000 111101 11000 11100 110001 110101

Color Harmonies of #C2834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2834C

Black with #C2834C

Text Example


Text Example

White with #C2834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2834C; }

 p { color: rgb(194,131,76); }

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

background-color css

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

 a { background-color: rgb(194,131,76); }

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

border-color css

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

 span { border-color: rgb(194,131,76); }

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