Html Css Color HEX #C08150 Brandy Punch

📋 copy color: '#C08150'

red 192 ◦ green 129 ◦ blue 80

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

Shades of Brandy Punch #C08150

Tints of Brandy Punch #C08150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 47.88%
G = 32.17%
B = 19.95%

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

#C08150 (or 0xC08150) is known color: Brandy Punch. HEX triplet: C0, 81 and 50. RGB value is (192,129,80). Sum of RGB (Red+Green+Blue) = 192+129+80=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C08150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08150 is #3F7EAF. Grayscale: #8E8E8E. Windows color (decimal): -4161200 or 5276096. OLE color: 5276096.

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

Color convert

RGB 192 129 80 -
CMYK 0 0.33 0.58 0.25
HSL 26.25º 0.47% 0.53% -
HSV(B) 26.25º 0.58% 0.75% -
XYZ 31.04 27.49 11.26 -
YUV 142.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 192 129 80 0 0.33 0.58 0.25 26.25 0.47 0.53
Hex C0 81 50 0 21 3A 19 1A 2F 35
Octal 300 201 120 0 41 72 31 32 57 65
Binary 11000000 10000001 1010000 0 100001 111010 11001 11010 101111 110101

Color Harmonies of #C08150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08150

Black with #C08150

Text Example


Text Example

White with #C08150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08150; }

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

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

background-color css

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

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

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

border-color css

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

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

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