Html Css Color HEX #C99A41 Anzac

📋 copy color: '#C99A41'

red 201 ◦ green 154 ◦ blue 65

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

Shades of Anzac #C99A41

Tints of Anzac #C99A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.67%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 47.86%
G = 36.67%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C99A41 (or 0xC99A41) is known color: Anzac. HEX triplet: C9, 9A and 41. RGB value is (201,154,65). Sum of RGB (Red+Green+Blue) = 201+154+65=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A41 is #3665BE. Grayscale: #9E9E9E. Windows color (decimal): -3564991 or 4299465. OLE color: 4299465.

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

Color convert

RGB 201 154 65 -
CMYK 0 0.23 0.68 0.21
HSL 39.26º 0.56% 0.52% -
HSV(B) 39.26º 0.68% 0.79% -
XYZ 36.6 35.91 10 -
YUV 157.91 75.57 158.74 -
System Red Green Blue C M Y K H S L
Decimal 201 154 65 0 0.23 0.68 0.21 39.26 0.56 0.52
Hex C9 9A 41 0 17 44 15 27 38 34
Octal 311 232 101 0 27 104 25 47 70 64
Binary 11001001 10011010 1000001 0 10111 1000100 10101 100111 111000 110100

Color Harmonies of #C99A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99A41

Black with #C99A41

Text Example


Text Example

White with #C99A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99A41; }

 p { color: rgb(201,154,65); }

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

background-color css

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

 a { background-color: rgb(201,154,65); }

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

border-color css

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

 span { border-color: rgb(201,154,65); }

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