Html Css Color HEX #C99144 Anzac

📋 copy color: '#C99144'

red 201 ◦ green 145 ◦ blue 68

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

Shades of Anzac #C99144

Tints of Anzac #C99144

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 68 (26.95% from 255) = 16.43%

R = 48.55%
G = 35.02%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C99144 (or 0xC99144) is known color: Anzac. HEX triplet: C9, 91 and 44. RGB value is (201,145,68). Sum of RGB (Red+Green+Blue) = 201+145+68=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 68 (26.95% from 255 or 16.43% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C99144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99144 is #366EBB. Grayscale: #999999. Windows color (decimal): -3567292 or 4493769. OLE color: 4493769.

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

Color convert

RGB 201 145 68 -
CMYK 0 0.28 0.66 0.21
HSL 34.74º 0.55% 0.53% -
HSV(B) 34.74º 0.66% 0.79% -
XYZ 35.26 33.09 10 -
YUV 152.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 201 145 68 0 0.28 0.66 0.21 34.74 0.55 0.53
Hex C9 91 44 0 1C 42 15 23 37 35
Octal 311 221 104 0 34 102 25 43 67 65
Binary 11001001 10010001 1000100 0 11100 1000010 10101 100011 110111 110101

Color Harmonies of #C99144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99144

Black with #C99144

Text Example


Text Example

White with #C99144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99144; }

 p { color: rgb(201,145,68); }

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

background-color css

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

 a { background-color: rgb(201,145,68); }

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

border-color css

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

 span { border-color: rgb(201,145,68); }

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