Html Css Color HEX #C28045 Brandy Punch

📋 copy color: '#C28045'

red 194 ◦ green 128 ◦ blue 69

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

Shades of Brandy Punch #C28045

Tints of Brandy Punch #C28045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 69 (27.34% from 255) = 17.65%

R = 49.62%
G = 32.74%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C28045 (or 0xC28045) is known color: Brandy Punch. HEX triplet: C2, 80 and 45. RGB value is (194,128,69). Sum of RGB (Red+Green+Blue) = 194+128+69=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C28045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28045 is #3D7FBA. Grayscale: #8D8D8D. Windows color (decimal): -4030395 or 4554946. OLE color: 4554946.

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

Color convert

RGB 194 128 69 -
CMYK 0 0.34 0.64 0.24
HSL 28.32º 0.51% 0.52% -
HSV(B) 28.32º 0.64% 0.76% -
XYZ 31.04 27.34 9.27 -
YUV 141.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 194 128 69 0 0.34 0.64 0.24 28.32 0.51 0.52
Hex C2 80 45 0 22 40 18 1C 33 34
Octal 302 200 105 0 42 100 30 34 63 64
Binary 11000010 10000000 1000101 0 100010 1000000 11000 11100 110011 110100

Color Harmonies of #C28045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28045

Black with #C28045

Text Example


Text Example

White with #C28045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28045; }

 p { color: rgb(194,128,69); }

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

background-color css

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

 a { background-color: rgb(194,128,69); }

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

border-color css

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

 span { border-color: rgb(194,128,69); }

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