Html Css Color HEX #C18053 Brandy Punch

📋 copy color: '#C18053'

red 193 ◦ green 128 ◦ blue 83

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

Shades of Brandy Punch #C18053

Tints of Brandy Punch #C18053

RGB

 RED value IS 193 (75.78% from 255) = 47.77%

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

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

R = 47.77%
G = 31.68%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C18053 (or 0xC18053) is known color: Brandy Punch. HEX triplet: C1, 80 and 53. RGB value is (193,128,83). Sum of RGB (Red+Green+Blue) = 193+128+83=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C18053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18053 is #3E7FAC. Grayscale: #8E8E8E. Windows color (decimal): -4095917 or 5472449. OLE color: 5472449.

HSL color Cylindrical-coordinate representation of color #C18053: hue angle of 24.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C18053 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 128 83 -
CMYK 0 0.34 0.57 0.24
HSL 24.55º 0.47% 0.54% -
HSV(B) 24.55º 0.57% 0.76% -
XYZ 31.27 27.4 11.82 -
YUV 142.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 193 128 83 0 0.34 0.57 0.24 24.55 0.47 0.54
Hex C1 80 53 0 22 39 18 19 2F 36
Octal 301 200 123 0 42 71 30 31 57 66
Binary 11000001 10000000 1010011 0 100010 111001 11000 11001 101111 110110

Color Harmonies of #C18053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18053

Black with #C18053

Text Example


Text Example

White with #C18053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18053; }

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

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

background-color css

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

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

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

border-color css

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

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

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