Html Css Color HEX #C2814C Brandy Punch

📋 copy color: '#C2814C'

red 194 ◦ green 129 ◦ blue 76

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

Shades of Brandy Punch #C2814C

Tints of Brandy Punch #C2814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 48.62%
G = 32.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2814C (or 0xC2814C) is known color: Brandy Punch. HEX triplet: C2, 81 and 4C. RGB value is (194,129,76). Sum of RGB (Red+Green+Blue) = 194+129+76=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2814C is #3D7EB3. Grayscale: #8E8E8E. Windows color (decimal): -4030132 or 5013954. OLE color: 5013954.

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

Color convert

RGB 194 129 76 -
CMYK 0 0.34 0.61 0.24
HSL 26.95º 0.49% 0.53% -
HSV(B) 26.95º 0.61% 0.76% -
XYZ 31.4 27.69 10.53 -
YUV 142.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 194 129 76 0 0.34 0.61 0.24 26.95 0.49 0.53
Hex C2 81 4C 0 22 3D 18 1B 31 35
Octal 302 201 114 0 42 75 30 33 61 65
Binary 11000010 10000001 1001100 0 100010 111101 11000 11011 110001 110101

Color Harmonies of #C2814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2814C

Black with #C2814C

Text Example


Text Example

White with #C2814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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