Html Css Color HEX #C2813B Brandy Punch

📋 copy color: '#C2813B'

red 194 ◦ green 129 ◦ blue 59

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

Shades of Brandy Punch #C2813B

Tints of Brandy Punch #C2813B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.45%

R = 50.79%
G = 33.77%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2813B (or 0xC2813B) is known color: Brandy Punch. HEX triplet: C2, 81 and 3B. RGB value is (194,129,59). Sum of RGB (Red+Green+Blue) = 194+129+59=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 59 (23.44% from 255 or 15.45% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2813B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2813B is #3D7EC4. Grayscale: #8C8C8C. Windows color (decimal): -4030149 or 3899842. OLE color: 3899842.

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

Color convert

RGB 194 129 59 -
CMYK 0 0.34 0.70 0.24
HSL 31.11º 0.53% 0.5% -
HSV(B) 31.11º 0.7% 0.76% -
XYZ 30.89 27.49 7.81 -
YUV 140.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 194 129 59 0 0.34 0.70 0.24 31.11 0.53 0.5
Hex C2 81 3B 0 22 46 18 1F 35 32
Octal 302 201 73 0 42 106 30 37 65 62
Binary 11000010 10000001 111011 0 100010 1000110 11000 11111 110101 110010

Color Harmonies of #C2813B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2813B

Black with #C2813B

Text Example


Text Example

White with #C2813B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2813B; }

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

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

background-color css

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

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

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

border-color css

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

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

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