Html Css Color HEX #C08647 Brandy Punch

📋 copy color: '#C08647'

red 192 ◦ green 134 ◦ blue 71

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

Shades of Brandy Punch #C08647

Tints of Brandy Punch #C08647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.88%

R = 48.36%
G = 33.75%
B = 17.88%

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

#C08647 (or 0xC08647) is known color: Brandy Punch. HEX triplet: C0, 86 and 47. RGB value is (192,134,71). Sum of RGB (Red+Green+Blue) = 192+134+71=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C08647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08647 is #3F79B8. Grayscale: #909090. Windows color (decimal): -4159929 or 4687552. OLE color: 4687552.

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

Color convert

RGB 192 134 71 -
CMYK 0 0.30 0.63 0.25
HSL 31.24º 0.49% 0.52% -
HSV(B) 31.24º 0.63% 0.75% -
XYZ 31.4 28.71 9.85 -
YUV 144.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 192 134 71 0 0.30 0.63 0.25 31.24 0.49 0.52
Hex C0 86 47 0 1E 3F 19 1F 31 34
Octal 300 206 107 0 36 77 31 37 61 64
Binary 11000000 10000110 1000111 0 11110 111111 11001 11111 110001 110100

Color Harmonies of #C08647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08647

Black with #C08647

Text Example


Text Example

White with #C08647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08647; }

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

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

background-color css

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

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

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

border-color css

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

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

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