Html Css Color HEX #C08149 Brandy Punch

📋 copy color: '#C08149'

red 192 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #C08149

Tints of Brandy Punch #C08149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 48.73%
G = 32.74%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C08149 (or 0xC08149) is known color: Brandy Punch. HEX triplet: C0, 81 and 49. RGB value is (192,129,73). Sum of RGB (Red+Green+Blue) = 192+129+73=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C08149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08149 is #3F7EB6. Grayscale: #8D8D8D. Windows color (decimal): -4161207 or 4817344. OLE color: 4817344.

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

Color convert

RGB 192 129 73 -
CMYK 0 0.33 0.62 0.25
HSL 28.24º 0.49% 0.52% -
HSV(B) 28.24º 0.62% 0.75% -
XYZ 30.79 27.39 9.97 -
YUV 141.45 89.37 164.05 -
System Red Green Blue C M Y K H S L
Decimal 192 129 73 0 0.33 0.62 0.25 28.24 0.49 0.52
Hex C0 81 49 0 21 3E 19 1C 31 34
Octal 300 201 111 0 41 76 31 34 61 64
Binary 11000000 10000001 1001001 0 100001 111110 11001 11100 110001 110100

Color Harmonies of #C08149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08149

Black with #C08149

Text Example


Text Example

White with #C08149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08149; }

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

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

background-color css

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

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

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

border-color css

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

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

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