Html Css Color HEX #C2814E Brandy Punch

📋 copy color: '#C2814E'

red 194 ◦ green 129 ◦ blue 78

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

Shades of Brandy Punch #C2814E

Tints of Brandy Punch #C2814E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.45%

R = 48.38%
G = 32.17%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2814E (or 0xC2814E) is known color: Brandy Punch. HEX triplet: C2, 81 and 4E. RGB value is (194,129,78). Sum of RGB (Red+Green+Blue) = 194+129+78=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2814E is #3D7EB1. Grayscale: #8E8E8E. Windows color (decimal): -4030130 or 5145026. OLE color: 5145026.

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

Color convert

RGB 194 129 78 -
CMYK 0 0.34 0.60 0.24
HSL 26.38º 0.49% 0.53% -
HSV(B) 26.38º 0.6% 0.76% -
XYZ 31.47 27.72 10.9 -
YUV 142.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 194 129 78 0 0.34 0.60 0.24 26.38 0.49 0.53
Hex C2 81 4E 0 22 3C 18 1A 31 35
Octal 302 201 116 0 42 74 30 32 61 65
Binary 11000010 10000001 1001110 0 100010 111100 11000 11010 110001 110101

Color Harmonies of #C2814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2814E

Black with #C2814E

Text Example


Text Example

White with #C2814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2814E; }

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

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

background-color css

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

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

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

border-color css

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

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

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