Html Css Color HEX #C48C47 Anzac

📋 copy color: '#C48C47'

red 196 ◦ green 140 ◦ blue 71

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

Shades of Anzac #C48C47

Tints of Anzac #C48C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 48.16%
G = 34.4%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C48C47 (or 0xC48C47) is known color: Anzac. HEX triplet: C4, 8C and 47. RGB value is (196,140,71). Sum of RGB (Red+Green+Blue) = 196+140+71=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48C47 is #3B73B8. Grayscale: #959595. Windows color (decimal): -3896249 or 4689092. OLE color: 4689092.

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

Color convert

RGB 196 140 71 -
CMYK 0 0.29 0.64 0.23
HSL 33.12º 0.51% 0.52% -
HSV(B) 33.12º 0.64% 0.77% -
XYZ 33.28 30.95 10.18 -
YUV 148.88 84.05 161.61 -
System Red Green Blue C M Y K H S L
Decimal 196 140 71 0 0.29 0.64 0.23 33.12 0.51 0.52
Hex C4 8C 47 0 1D 40 17 21 33 34
Octal 304 214 107 0 35 100 27 41 63 64
Binary 11000100 10001100 1000111 0 11101 1000000 10111 100001 110011 110100

Color Harmonies of #C48C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48C47

Black with #C48C47

Text Example


Text Example

White with #C48C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48C47; }

 p { color: rgb(196,140,71); }

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

background-color css

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

 a { background-color: rgb(196,140,71); }

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

border-color css

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

 span { border-color: rgb(196,140,71); }

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