Html Css Color HEX #C08053 Brandy Punch

📋 copy color: '#C08053'

red 192 ◦ green 128 ◦ blue 83

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

Shades of Brandy Punch #C08053

Tints of Brandy Punch #C08053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.6%

R = 47.64%
G = 31.76%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C08053 (or 0xC08053) is known color: Brandy Punch. HEX triplet: C0, 80 and 53. RGB value is (192,128,83). Sum of RGB (Red+Green+Blue) = 192+128+83=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C08053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08053 is #3F7FAC. Grayscale: #8E8E8E. Windows color (decimal): -4161453 or 5472448. OLE color: 5472448.

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

Color convert

RGB 192 128 83 -
CMYK 0 0.33 0.57 0.25
HSL 24.77º 0.46% 0.54% -
HSV(B) 24.77º 0.57% 0.75% -
XYZ 31.02 27.27 11.81 -
YUV 142.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 192 128 83 0 0.33 0.57 0.25 24.77 0.46 0.54
Hex C0 80 53 0 21 39 19 19 2E 36
Octal 300 200 123 0 41 71 31 31 56 66
Binary 11000000 10000000 1010011 0 100001 111001 11001 11001 101110 110110

Color Harmonies of #C08053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08053

Black with #C08053

Text Example


Text Example

White with #C08053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08053; }

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

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

background-color css

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

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

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

border-color css

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

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

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