Html Css Color HEX #C08051 Brandy Punch

📋 copy color: '#C08051'

red 192 ◦ green 128 ◦ blue 81

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

Shades of Brandy Punch #C08051

Tints of Brandy Punch #C08051

RGB

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

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

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

R = 47.88%
G = 31.92%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C08051 (or 0xC08051) is known color: Brandy Punch. HEX triplet: C0, 80 and 51. RGB value is (192,128,81). Sum of RGB (Red+Green+Blue) = 192+128+81=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C08051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08051 is #3F7FAE. Grayscale: #8E8E8E. Windows color (decimal): -4161455 or 5341376. OLE color: 5341376.

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

Color convert

RGB 192 128 81 -
CMYK 0 0.33 0.58 0.25
HSL 25.41º 0.47% 0.54% -
HSV(B) 25.41º 0.58% 0.75% -
XYZ 30.94 27.24 11.41 -
YUV 141.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 192 128 81 0 0.33 0.58 0.25 25.41 0.47 0.54
Hex C0 80 51 0 21 3A 19 19 2F 36
Octal 300 200 121 0 41 72 31 31 57 66
Binary 11000000 10000000 1010001 0 100001 111010 11001 11001 101111 110110

Color Harmonies of #C08051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08051

Black with #C08051

Text Example


Text Example

White with #C08051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08051; }

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

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

background-color css

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

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

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

border-color css

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

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

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