Html Css Color HEX #C99746 Anzac

📋 copy color: '#C99746'

red 201 ◦ green 151 ◦ blue 70

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

Shades of Anzac #C99746

Tints of Anzac #C99746

RGB

 RED value IS 201 (78.91% from 255) = 47.63%

 GREEN value IS 151 (59.38% from 255) = 35.78%

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

R = 47.63%
G = 35.78%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C99746 (or 0xC99746) is known color: Anzac. HEX triplet: C9, 97 and 46. RGB value is (201,151,70). Sum of RGB (Red+Green+Blue) = 201+151+70=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99746 is #3668B9. Grayscale: #9D9D9D. Windows color (decimal): -3565754 or 4626377. OLE color: 4626377.

HSL color Cylindrical-coordinate representation of color #C99746: hue angle of 37.1º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99746 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 70 -
CMYK 0 0.25 0.65 0.21
HSL 37.1º 0.55% 0.53% -
HSV(B) 37.1º 0.65% 0.79% -
XYZ 36.26 34.99 10.64 -
YUV 156.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 201 151 70 0 0.25 0.65 0.21 37.1 0.55 0.53
Hex C9 97 46 0 19 41 15 25 37 35
Octal 311 227 106 0 31 101 25 45 67 65
Binary 11001001 10010111 1000110 0 11001 1000001 10101 100101 110111 110101

Color Harmonies of #C99746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99746

Black with #C99746

Text Example


Text Example

White with #C99746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99746; }

 p { color: rgb(201,151,70); }

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

background-color css

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

 a { background-color: rgb(201,151,70); }

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

border-color css

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

 span { border-color: rgb(201,151,70); }

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