Html Css Color HEX #C2833F Brandy Punch

📋 copy color: '#C2833F'

red 194 ◦ green 131 ◦ blue 63

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

Shades of Brandy Punch #C2833F

Tints of Brandy Punch #C2833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 50%
G = 33.76%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2833F (or 0xC2833F) is known color: Brandy Punch. HEX triplet: C2, 83 and 3F. RGB value is (194,131,63). Sum of RGB (Red+Green+Blue) = 194+131+63=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2833F is #3D7CC0. Grayscale: #8E8E8E. Windows color (decimal): -4029633 or 4162498. OLE color: 4162498.

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

Color convert

RGB 194 131 63 -
CMYK 0 0.32 0.68 0.24
HSL 31.15º 0.52% 0.5% -
HSV(B) 31.15º 0.68% 0.76% -
XYZ 31.26 28.06 8.47 -
YUV 142.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 194 131 63 0 0.32 0.68 0.24 31.15 0.52 0.5
Hex C2 83 3F 0 20 44 18 1F 34 32
Octal 302 203 77 0 40 104 30 37 64 62
Binary 11000010 10000011 111111 0 100000 1000100 11000 11111 110100 110010

Color Harmonies of #C2833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2833F

Black with #C2833F

Text Example


Text Example

White with #C2833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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