Html Css Color HEX #C08148 Brandy Punch

📋 copy color: '#C08148'

red 192 ◦ green 129 ◦ blue 72

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

Shades of Brandy Punch #C08148

Tints of Brandy Punch #C08148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 48.85%
G = 32.82%
B = 18.32%

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

#C08148 (or 0xC08148) is known color: Brandy Punch. HEX triplet: C0, 81 and 48. RGB value is (192,129,72). Sum of RGB (Red+Green+Blue) = 192+129+72=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C08148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08148 is #3F7EB7. Grayscale: #8D8D8D. Windows color (decimal): -4161208 or 4751808. OLE color: 4751808.

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

Color convert

RGB 192 129 72 -
CMYK 0 0.33 0.63 0.25
HSL 28.5º 0.49% 0.52% -
HSV(B) 28.5º 0.63% 0.75% -
XYZ 30.76 27.37 9.79 -
YUV 141.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 192 129 72 0 0.33 0.63 0.25 28.5 0.49 0.52
Hex C0 81 48 0 21 3F 19 1C 31 34
Octal 300 201 110 0 41 77 31 34 61 64
Binary 11000000 10000001 1001000 0 100001 111111 11001 11100 110001 110100

Color Harmonies of #C08148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08148

Black with #C08148

Text Example


Text Example

White with #C08148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08148; }

 p { color: rgb(192,129,72); }

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

background-color css

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

 a { background-color: rgb(192,129,72); }

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

border-color css

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

 span { border-color: rgb(192,129,72); }

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