Html Css Color HEX #C08648 Brandy Punch

📋 copy color: '#C08648'

red 192 ◦ green 134 ◦ blue 72

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

Shades of Brandy Punch #C08648

Tints of Brandy Punch #C08648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 48.24%
G = 33.67%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08648 (or 0xC08648) is known color: Brandy Punch. HEX triplet: C0, 86 and 48. RGB value is (192,134,72). Sum of RGB (Red+Green+Blue) = 192+134+72=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C08648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08648 is #3F79B7. Grayscale: #909090. Windows color (decimal): -4159928 or 4753088. OLE color: 4753088.

HSL color Cylindrical-coordinate representation of color #C08648: hue angle of 31º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C08648 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 72 -
CMYK 0 0.30 0.63 0.25
HSL 31º 0.49% 0.52% -
HSV(B) 31º 0.63% 0.75% -
XYZ 31.43 28.72 10.02 -
YUV 144.27 87.22 162.04 -
System Red Green Blue C M Y K H S L
Decimal 192 134 72 0 0.30 0.63 0.25 31 0.49 0.52
Hex C0 86 48 0 1E 3F 19 1F 31 34
Octal 300 206 110 0 36 77 31 37 61 64
Binary 11000000 10000110 1001000 0 11110 111111 11001 11111 110001 110100

Color Harmonies of #C08648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08648

Black with #C08648

Text Example


Text Example

White with #C08648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08648; }

 p { color: rgb(192,134,72); }

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

background-color css

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

 a { background-color: rgb(192,134,72); }

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

border-color css

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

 span { border-color: rgb(192,134,72); }

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