Html Css Color HEX #C48F42 Anzac

📋 copy color: '#C48F42'

red 196 ◦ green 143 ◦ blue 66

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

Shades of Anzac #C48F42

Tints of Anzac #C48F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 48.4%
G = 35.31%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C48F42 (or 0xC48F42) is known color: Anzac. HEX triplet: C4, 8F and 42. RGB value is (196,143,66). Sum of RGB (Red+Green+Blue) = 196+143+66=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F42 is #3B70BD. Grayscale: #969696. Windows color (decimal): -3895486 or 4362180. OLE color: 4362180.

HSL color Cylindrical-coordinate representation of color #C48F42: hue angle of 35.54º 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 #C48F42 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 66 -
CMYK 0 0.27 0.66 0.23
HSL 35.54º 0.52% 0.51% -
HSV(B) 35.54º 0.66% 0.77% -
XYZ 33.57 31.77 9.52 -
YUV 150.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 196 143 66 0 0.27 0.66 0.23 35.54 0.52 0.51
Hex C4 8F 42 0 1B 42 17 24 34 33
Octal 304 217 102 0 33 102 27 44 64 63
Binary 11000100 10001111 1000010 0 11011 1000010 10111 100100 110100 110011

Color Harmonies of #C48F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48F42

Black with #C48F42

Text Example


Text Example

White with #C48F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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