Html Css Color HEX #C28143 Brandy Punch

📋 copy color: '#C28143'

red 194 ◦ green 129 ◦ blue 67

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

Shades of Brandy Punch #C28143

Tints of Brandy Punch #C28143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.18%

R = 49.74%
G = 33.08%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C28143 (or 0xC28143) is known color: Brandy Punch. HEX triplet: C2, 81 and 43. RGB value is (194,129,67). Sum of RGB (Red+Green+Blue) = 194+129+67=390 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.74% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 194 - color contains mainly: red. Hex color #C28143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28143 is #3D7EBC. Grayscale: #8D8D8D. Windows color (decimal): -4030141 or 4424130. OLE color: 4424130.

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

Color convert

RGB 194 129 67 -
CMYK 0 0.34 0.65 0.24
HSL 29.29º 0.51% 0.51% -
HSV(B) 29.29º 0.65% 0.76% -
XYZ 31.11 27.58 8.99 -
YUV 141.37 86.03 165.54 -
System Red Green Blue C M Y K H S L
Decimal 194 129 67 0 0.34 0.65 0.24 29.29 0.51 0.51
Hex C2 81 43 0 22 41 18 1D 33 33
Octal 302 201 103 0 42 101 30 35 63 63
Binary 11000010 10000001 1000011 0 100010 1000001 11000 11101 110011 110011

Color Harmonies of #C28143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28143

Black with #C28143

Text Example


Text Example

White with #C28143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28143; }

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

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

background-color css

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

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

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

border-color css

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

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

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