Html Css Color HEX #C08047 Brandy Punch

📋 copy color: '#C08047'

red 192 ◦ green 128 ◦ blue 71

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

Shades of Brandy Punch #C08047

Tints of Brandy Punch #C08047

RGB

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

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

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

R = 49.1%
G = 32.74%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C08047 (or 0xC08047) is known color: Brandy Punch. HEX triplet: C0, 80 and 47. RGB value is (192,128,71). Sum of RGB (Red+Green+Blue) = 192+128+71=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C08047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08047 is #3F7FB8. Grayscale: #8C8C8C. Windows color (decimal): -4161465 or 4686016. OLE color: 4686016.

HSL color Cylindrical-coordinate representation of color #C08047: hue angle of 28.26º 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 #C08047 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 71 -
CMYK 0 0.33 0.63 0.25
HSL 28.26º 0.49% 0.52% -
HSV(B) 28.26º 0.63% 0.75% -
XYZ 30.59 27.1 9.58 -
YUV 140.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 192 128 71 0 0.33 0.63 0.25 28.26 0.49 0.52
Hex C0 80 47 0 21 3F 19 1C 31 34
Octal 300 200 107 0 41 77 31 34 61 64
Binary 11000000 10000000 1000111 0 100001 111111 11001 11100 110001 110100

Color Harmonies of #C08047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08047

Black with #C08047

Text Example


Text Example

White with #C08047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08047; }

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

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

background-color css

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

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

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

border-color css

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

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

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