Html Css Color HEX #C18447 Brandy Punch

📋 copy color: '#C18447'

red 193 ◦ green 132 ◦ blue 71

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

Shades of Brandy Punch #C18447

Tints of Brandy Punch #C18447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 48.74%
G = 33.33%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C18447 (or 0xC18447) is known color: Brandy Punch. HEX triplet: C1, 84 and 47. RGB value is (193,132,71). Sum of RGB (Red+Green+Blue) = 193+132+71=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C18447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18447 is #3E7BB8. Grayscale: #8F8F8F. Windows color (decimal): -4094905 or 4687041. OLE color: 4687041.

HSL color Cylindrical-coordinate representation of color #C18447: hue angle of 30º degrees, saturation: 0.5, 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 #C18447 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 71 -
CMYK 0 0.32 0.63 0.24
HSL 30º 0.5% 0.52% -
HSV(B) 30º 0.63% 0.76% -
XYZ 31.38 28.29 9.77 -
YUV 143.29 87.21 163.46 -
System Red Green Blue C M Y K H S L
Decimal 193 132 71 0 0.32 0.63 0.24 30 0.5 0.52
Hex C1 84 47 0 20 3F 18 1E 32 34
Octal 301 204 107 0 40 77 30 36 62 64
Binary 11000001 10000100 1000111 0 100000 111111 11000 11110 110010 110100

Color Harmonies of #C18447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18447

Black with #C18447

Text Example


Text Example

White with #C18447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18447; }

 p { color: rgb(193,132,71); }

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

background-color css

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

 a { background-color: rgb(193,132,71); }

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

border-color css

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

 span { border-color: rgb(193,132,71); }

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