Html Css Color HEX #C18A42 Anzac

📋 copy color: '#C18A42'

red 193 ◦ green 138 ◦ blue 66

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

Shades of Anzac #C18A42

Tints of Anzac #C18A42

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 48.61%
G = 34.76%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C18A42 (or 0xC18A42) is known color: Anzac. HEX triplet: C1, 8A and 42. RGB value is (193,138,66). Sum of RGB (Red+Green+Blue) = 193+138+66=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C18A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18A42 is #3E75BD. Grayscale: #929292. Windows color (decimal): -4093374 or 4360897. OLE color: 4360897.

HSL color Cylindrical-coordinate representation of color #C18A42: hue angle of 34.02º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C18A42 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 138 66 -
CMYK 0 0.28 0.66 0.24
HSL 34.02º 0.51% 0.51% -
HSV(B) 34.02º 0.66% 0.76% -
XYZ 32.06 29.91 9.24 -
YUV 146.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 193 138 66 0 0.28 0.66 0.24 34.02 0.51 0.51
Hex C1 8A 42 0 1C 42 18 22 33 33
Octal 301 212 102 0 34 102 30 42 63 63
Binary 11000001 10001010 1000010 0 11100 1000010 11000 100010 110011 110011

Color Harmonies of #C18A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18A42

Black with #C18A42

Text Example


Text Example

White with #C18A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18A42; }

 p { color: rgb(193,138,66); }

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

background-color css

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

 a { background-color: rgb(193,138,66); }

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

border-color css

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

 span { border-color: rgb(193,138,66); }

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