Html Css Color HEX #C08046 Brandy Punch

📋 copy color: '#C08046'

red 192 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #C08046

Tints of Brandy Punch #C08046

RGB

 RED value IS 192 (75.39% from 255) = 49.23%

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

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 49.23%
G = 32.82%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C08046 (or 0xC08046) is known color: Brandy Punch. HEX triplet: C0, 80 and 46. RGB value is (192,128,70). Sum of RGB (Red+Green+Blue) = 192+128+70=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C08046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08046 is #3F7FB9. Grayscale: #8C8C8C. Windows color (decimal): -4161466 or 4620480. OLE color: 4620480.

HSL color Cylindrical-coordinate representation of color #C08046: hue angle of 28.52º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C08046 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 70 -
CMYK 0 0.33 0.64 0.25
HSL 28.52º 0.49% 0.51% -
HSV(B) 28.52º 0.64% 0.75% -
XYZ 30.56 27.09 9.41 -
YUV 140.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 192 128 70 0 0.33 0.64 0.25 28.52 0.49 0.51
Hex C0 80 46 0 21 40 19 1D 31 33
Octal 300 200 106 0 41 100 31 35 61 63
Binary 11000000 10000000 1000110 0 100001 1000000 11001 11101 110001 110011

Color Harmonies of #C08046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08046

Black with #C08046

Text Example


Text Example

White with #C08046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08046; }

 p { color: rgb(192,128,70); }

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

background-color css

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

 a { background-color: rgb(192,128,70); }

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

border-color css

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

 span { border-color: rgb(192,128,70); }

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