Html Css Color HEX #C18548 Brandy Punch

📋 copy color: '#C18548'

red 193 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #C18548

Tints of Brandy Punch #C18548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.42%

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 48.49%
G = 33.42%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18548 (or 0xC18548) is known color: Brandy Punch. HEX triplet: C1, 85 and 48. RGB value is (193,133,72). Sum of RGB (Red+Green+Blue) = 193+133+72=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18548 is #3E7AB7. Grayscale: #909090. Windows color (decimal): -4094648 or 4752833. OLE color: 4752833.

HSL color Cylindrical-coordinate representation of color #C18548: hue angle of 30.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C18548 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 72 -
CMYK 0 0.31 0.63 0.24
HSL 30.25º 0.49% 0.52% -
HSV(B) 30.25º 0.63% 0.76% -
XYZ 31.55 28.58 9.98 -
YUV 143.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 193 133 72 0 0.31 0.63 0.24 30.25 0.49 0.52
Hex C1 85 48 0 1F 3F 18 1E 31 34
Octal 301 205 110 0 37 77 30 36 61 64
Binary 11000001 10000101 1001000 0 11111 111111 11000 11110 110001 110100

Color Harmonies of #C18548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18548

Black with #C18548

Text Example


Text Example

White with #C18548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18548; }

 p { color: rgb(193,133,72); }

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

background-color css

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

 a { background-color: rgb(193,133,72); }

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

border-color css

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

 span { border-color: rgb(193,133,72); }

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