Html Css Color HEX #C28144 Brandy Punch

📋 copy color: '#C28144'

red 194 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #C28144

Tints of Brandy Punch #C28144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.39%

R = 49.62%
G = 32.99%
B = 17.39%

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

#C28144 (or 0xC28144) is known color: Brandy Punch. HEX triplet: C2, 81 and 44. RGB value is (194,129,68). Sum of RGB (Red+Green+Blue) = 194+129+68=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 68 (26.95% from 255 or 17.39% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C28144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28144 is #3D7EBB. Grayscale: #8D8D8D. Windows color (decimal): -4030140 or 4489666. OLE color: 4489666.

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

Color convert

RGB 194 129 68 -
CMYK 0 0.34 0.65 0.24
HSL 29.05º 0.51% 0.51% -
HSV(B) 29.05º 0.65% 0.76% -
XYZ 31.14 27.59 9.15 -
YUV 141.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 194 129 68 0 0.34 0.65 0.24 29.05 0.51 0.51
Hex C2 81 44 0 22 41 18 1D 33 33
Octal 302 201 104 0 42 101 30 35 63 63
Binary 11000010 10000001 1000100 0 100010 1000001 11000 11101 110011 110011

Color Harmonies of #C28144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28144

Black with #C28144

Text Example


Text Example

White with #C28144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28144; }

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

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

background-color css

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

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

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

border-color css

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

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

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