Html Css Color HEX #C18846 Anzac

📋 copy color: '#C18846'

red 193 ◦ green 136 ◦ blue 70

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

Shades of Anzac #C18846

Tints of Anzac #C18846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 70 (27.73% from 255) = 17.54%

R = 48.37%
G = 34.09%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C18846 (or 0xC18846) is known color: Anzac. HEX triplet: C1, 88 and 46. RGB value is (193,136,70). Sum of RGB (Red+Green+Blue) = 193+136+70=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C18846 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18846 is #3E77B9. Grayscale: #919191. Windows color (decimal): -4093882 or 4622529. OLE color: 4622529.

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

Color convert

RGB 193 136 70 -
CMYK 0 0.30 0.64 0.24
HSL 32.2º 0.5% 0.52% -
HSV(B) 32.2º 0.64% 0.76% -
XYZ 31.9 29.39 9.79 -
YUV 145.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 193 136 70 0 0.30 0.64 0.24 32.2 0.5 0.52
Hex C1 88 46 0 1E 40 18 20 32 34
Octal 301 210 106 0 36 100 30 40 62 64
Binary 11000001 10001000 1000110 0 11110 1000000 11000 100000 110010 110100

Color Harmonies of #C18846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18846

Black with #C18846

Text Example


Text Example

White with #C18846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18846; }

 p { color: rgb(193,136,70); }

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

background-color css

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

 a { background-color: rgb(193,136,70); }

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

border-color css

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

 span { border-color: rgb(193,136,70); }

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