Html Css Color HEX #C99544 Anzac

📋 copy color: '#C99544'

red 201 ◦ green 149 ◦ blue 68

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

Shades of Anzac #C99544

Tints of Anzac #C99544

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 48.09%
G = 35.65%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C99544 (or 0xC99544) is known color: Anzac. HEX triplet: C9, 95 and 44. RGB value is (201,149,68). Sum of RGB (Red+Green+Blue) = 201+149+68=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99544 is #366ABB. Grayscale: #9B9B9B. Windows color (decimal): -3566268 or 4494793. OLE color: 4494793.

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

Color convert

RGB 201 149 68 -
CMYK 0 0.26 0.66 0.21
HSL 36.54º 0.55% 0.53% -
HSV(B) 36.54º 0.66% 0.79% -
XYZ 35.88 34.33 10.2 -
YUV 155.31 78.73 160.59 -
System Red Green Blue C M Y K H S L
Decimal 201 149 68 0 0.26 0.66 0.21 36.54 0.55 0.53
Hex C9 95 44 0 1A 42 15 25 37 35
Octal 311 225 104 0 32 102 25 45 67 65
Binary 11001001 10010101 1000100 0 11010 1000010 10101 100101 110111 110101

Color Harmonies of #C99544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99544

Black with #C99544

Text Example


Text Example

White with #C99544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99544; }

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

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

background-color css

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

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

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

border-color css

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

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

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