Html Css Color HEX #C08151 Brandy Punch

📋 copy color: '#C08151'

red 192 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #C08151

Tints of Brandy Punch #C08151

RGB

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

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

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

R = 47.76%
G = 32.09%
B = 20.15%

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

#C08151 (or 0xC08151) is known color: Brandy Punch. HEX triplet: C0, 81 and 51. RGB value is (192,129,81). Sum of RGB (Red+Green+Blue) = 192+129+81=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C08151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08151 is #3F7EAE. Grayscale: #8E8E8E. Windows color (decimal): -4161199 or 5341632. OLE color: 5341632.

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

Color convert

RGB 192 129 81 -
CMYK 0 0.33 0.58 0.25
HSL 25.95º 0.47% 0.54% -
HSV(B) 25.95º 0.58% 0.75% -
XYZ 31.07 27.5 11.46 -
YUV 142.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 192 129 81 0 0.33 0.58 0.25 25.95 0.47 0.54
Hex C0 81 51 0 21 3A 19 1A 2F 36
Octal 300 201 121 0 41 72 31 32 57 66
Binary 11000000 10000001 1010001 0 100001 111010 11001 11010 101111 110110

Color Harmonies of #C08151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08151

Black with #C08151

Text Example


Text Example

White with #C08151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08151; }

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

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

background-color css

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

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

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

border-color css

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

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

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