Html Css Color HEX #C28649 Brandy Punch

📋 copy color: '#C28649'

red 194 ◦ green 134 ◦ blue 73

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

Shades of Brandy Punch #C28649

Tints of Brandy Punch #C28649

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.42%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 48.38%
G = 33.42%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C28649 (or 0xC28649) is known color: Brandy Punch. HEX triplet: C2, 86 and 49. RGB value is (194,134,73). Sum of RGB (Red+Green+Blue) = 194+134+73=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C28649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28649 is #3D79B6. Grayscale: #919191. Windows color (decimal): -4028855 or 4818626. OLE color: 4818626.

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

Color convert

RGB 194 134 73 -
CMYK 0 0.31 0.62 0.24
HSL 30.25º 0.5% 0.52% -
HSV(B) 30.25º 0.62% 0.76% -
XYZ 31.98 29 10.22 -
YUV 144.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 194 134 73 0 0.31 0.62 0.24 30.25 0.5 0.52
Hex C2 86 49 0 1F 3E 18 1E 32 34
Octal 302 206 111 0 37 76 30 36 62 64
Binary 11000010 10000110 1001001 0 11111 111110 11000 11110 110010 110100

Color Harmonies of #C28649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28649

Black with #C28649

Text Example


Text Example

White with #C28649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28649; }

 p { color: rgb(194,134,73); }

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

background-color css

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

 a { background-color: rgb(194,134,73); }

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

border-color css

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

 span { border-color: rgb(194,134,73); }

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