Html Css Color HEX #C2813E Brandy Punch

📋 copy color: '#C2813E'

red 194 ◦ green 129 ◦ blue 62

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

Shades of Brandy Punch #C2813E

Tints of Brandy Punch #C2813E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 50.39%
G = 33.51%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2813E (or 0xC2813E) is known color: Brandy Punch. HEX triplet: C2, 81 and 3E. RGB value is (194,129,62). Sum of RGB (Red+Green+Blue) = 194+129+62=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2813E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2813E is #3D7EC1. Grayscale: #8D8D8D. Windows color (decimal): -4030146 or 4096450. OLE color: 4096450.

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

Color convert

RGB 194 129 62 -
CMYK 0 0.34 0.68 0.24
HSL 30.45º 0.52% 0.5% -
HSV(B) 30.45º 0.68% 0.76% -
XYZ 30.97 27.52 8.24 -
YUV 140.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 194 129 62 0 0.34 0.68 0.24 30.45 0.52 0.5
Hex C2 81 3E 0 22 44 18 1E 34 32
Octal 302 201 76 0 42 104 30 36 64 62
Binary 11000010 10000001 111110 0 100010 1000100 11000 11110 110100 110010

Color Harmonies of #C2813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2813E

Black with #C2813E

Text Example


Text Example

White with #C2813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2813E; }

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

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

background-color css

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

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

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

border-color css

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

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

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