Html Css Color HEX #C28042 Brandy Punch

📋 copy color: '#C28042'

red 194 ◦ green 128 ◦ blue 66

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

Shades of Brandy Punch #C28042

Tints of Brandy Punch #C28042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 50%
G = 32.99%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C28042 (or 0xC28042) is known color: Brandy Punch. HEX triplet: C2, 80 and 42. RGB value is (194,128,66). Sum of RGB (Red+Green+Blue) = 194+128+66=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C28042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28042 is #3D7FBD. Grayscale: #8C8C8C. Windows color (decimal): -4030398 or 4358338. OLE color: 4358338.

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

Color convert

RGB 194 128 66 -
CMYK 0 0.34 0.66 0.24
HSL 29.06º 0.51% 0.51% -
HSV(B) 29.06º 0.66% 0.76% -
XYZ 30.95 27.3 8.79 -
YUV 140.67 85.87 166.04 -
System Red Green Blue C M Y K H S L
Decimal 194 128 66 0 0.34 0.66 0.24 29.06 0.51 0.51
Hex C2 80 42 0 22 42 18 1D 33 33
Octal 302 200 102 0 42 102 30 35 63 63
Binary 11000010 10000000 1000010 0 100010 1000010 11000 11101 110011 110011

Color Harmonies of #C28042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28042

Black with #C28042

Text Example


Text Example

White with #C28042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28042; }

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

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

background-color css

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

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

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

border-color css

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

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

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