Html Css Color HEX #C2813F Brandy Punch

📋 copy color: '#C2813F'

red 194 ◦ green 129 ◦ blue 63

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

Shades of Brandy Punch #C2813F

Tints of Brandy Punch #C2813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.32%

R = 50.26%
G = 33.42%
B = 16.32%

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

#C2813F (or 0xC2813F) is known color: Brandy Punch. HEX triplet: C2, 81 and 3F. RGB value is (194,129,63). Sum of RGB (Red+Green+Blue) = 194+129+63=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2813F is #3D7EC0. Grayscale: #8D8D8D. Windows color (decimal): -4030145 or 4161986. OLE color: 4161986.

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

Color convert

RGB 194 129 63 -
CMYK 0 0.34 0.68 0.24
HSL 30.23º 0.52% 0.5% -
HSV(B) 30.23º 0.68% 0.76% -
XYZ 31 27.53 8.38 -
YUV 140.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 194 129 63 0 0.34 0.68 0.24 30.23 0.52 0.5
Hex C2 81 3F 0 22 44 18 1E 34 32
Octal 302 201 77 0 42 104 30 36 64 62
Binary 11000010 10000001 111111 0 100010 1000100 11000 11110 110100 110010

Color Harmonies of #C2813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2813F

Black with #C2813F

Text Example


Text Example

White with #C2813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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