Html Css Color HEX #C08251 Brandy Punch

📋 copy color: '#C08251'

red 192 ◦ green 130 ◦ blue 81

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

Shades of Brandy Punch #C08251

Tints of Brandy Punch #C08251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.26%

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 47.64%
G = 32.26%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C08251 (or 0xC08251) is known color: Brandy Punch. HEX triplet: C0, 82 and 51. RGB value is (192,130,81). Sum of RGB (Red+Green+Blue) = 192+130+81=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C08251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08251 is #3F7DAE. Grayscale: #8F8F8F. Windows color (decimal): -4160943 or 5341888. OLE color: 5341888.

HSL color Cylindrical-coordinate representation of color #C08251: hue angle of 26.49º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C08251 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 81 -
CMYK 0 0.32 0.58 0.25
HSL 26.49º 0.47% 0.54% -
HSV(B) 26.49º 0.58% 0.75% -
XYZ 31.21 27.77 11.5 -
YUV 142.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 192 130 81 0 0.32 0.58 0.25 26.49 0.47 0.54
Hex C0 82 51 0 20 3A 19 1A 2F 36
Octal 300 202 121 0 40 72 31 32 57 66
Binary 11000000 10000010 1010001 0 100000 111010 11001 11010 101111 110110

Color Harmonies of #C08251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08251

Black with #C08251

Text Example


Text Example

White with #C08251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08251; }

 p { color: rgb(192,130,81); }

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

background-color css

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

 a { background-color: rgb(192,130,81); }

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

border-color css

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

 span { border-color: rgb(192,130,81); }

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