Html Css Color HEX #C99540 Anzac

📋 copy color: '#C99540'

red 201 ◦ green 149 ◦ blue 64

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

Shades of Anzac #C99540

Tints of Anzac #C99540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 48.55%
G = 35.99%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C99540 (or 0xC99540) is known color: Anzac. HEX triplet: C9, 95 and 40. RGB value is (201,149,64). Sum of RGB (Red+Green+Blue) = 201+149+64=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C99540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99540 is #366ABF. Grayscale: #9B9B9B. Windows color (decimal): -3566272 or 4232649. OLE color: 4232649.

HSL color Cylindrical-coordinate representation of color #C99540: hue angle of 37.23º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C99540 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 64 -
CMYK 0 0.26 0.68 0.21
HSL 37.23º 0.56% 0.52% -
HSV(B) 37.23º 0.68% 0.79% -
XYZ 35.76 34.28 9.58 -
YUV 154.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 201 149 64 0 0.26 0.68 0.21 37.23 0.56 0.52
Hex C9 95 40 0 1A 44 15 25 38 34
Octal 311 225 100 0 32 104 25 45 70 64
Binary 11001001 10010101 1000000 0 11010 1000100 10101 100101 111000 110100

Color Harmonies of #C99540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99540

Black with #C99540

Text Example


Text Example

White with #C99540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99540; }

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

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

background-color css

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

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

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

border-color css

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

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

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