Html Css Color HEX #C48942 Anzac

📋 copy color: '#C48942'

red 196 ◦ green 137 ◦ blue 66

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

Shades of Anzac #C48942

Tints of Anzac #C48942

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

 GREEN value IS 137 (53.91% from 255) = 34.34%

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

R = 49.12%
G = 34.34%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48942 (or 0xC48942) is known color: Anzac. HEX triplet: C4, 89 and 42. RGB value is (196,137,66). Sum of RGB (Red+Green+Blue) = 196+137+66=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C48942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48942 is #3B76BD. Grayscale: #929292. Windows color (decimal): -3897022 or 4360644. OLE color: 4360644.

HSL color Cylindrical-coordinate representation of color #C48942: hue angle of 32.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C48942 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 66 -
CMYK 0 0.30 0.66 0.23
HSL 32.77º 0.52% 0.51% -
HSV(B) 32.77º 0.66% 0.77% -
XYZ 32.69 30.02 9.23 -
YUV 146.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 196 137 66 0 0.30 0.66 0.23 32.77 0.52 0.51
Hex C4 89 42 0 1E 42 17 21 34 33
Octal 304 211 102 0 36 102 27 41 64 63
Binary 11000100 10001001 1000010 0 11110 1000010 10111 100001 110100 110011

Color Harmonies of #C48942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48942

Black with #C48942

Text Example


Text Example

White with #C48942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48942; }

 p { color: rgb(196,137,66); }

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

background-color css

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

 a { background-color: rgb(196,137,66); }

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

border-color css

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

 span { border-color: rgb(196,137,66); }

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