Html Css Color HEX #C0804B Brandy Punch

📋 copy color: '#C0804B'

red 192 ◦ green 128 ◦ blue 75

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

Shades of Brandy Punch #C0804B

Tints of Brandy Punch #C0804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.99%

R = 48.61%
G = 32.41%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0804B (or 0xC0804B) is known color: Brandy Punch. HEX triplet: C0, 80 and 4B. RGB value is (192,128,75). Sum of RGB (Red+Green+Blue) = 192+128+75=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0804B is #3F7FB4. Grayscale: #8D8D8D. Windows color (decimal): -4161461 or 4948160. OLE color: 4948160.

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

Color convert

RGB 192 128 75 -
CMYK 0 0.33 0.61 0.25
HSL 27.18º 0.48% 0.52% -
HSV(B) 27.18º 0.61% 0.75% -
XYZ 30.73 27.15 10.28 -
YUV 141.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 192 128 75 0 0.33 0.61 0.25 27.18 0.48 0.52
Hex C0 80 4B 0 21 3D 19 1B 30 34
Octal 300 200 113 0 41 75 31 33 60 64
Binary 11000000 10000000 1001011 0 100001 111101 11001 11011 110000 110100

Color Harmonies of #C0804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0804B

Black with #C0804B

Text Example


Text Example

White with #C0804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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