Html Css Color HEX #C99F3E Anzac

📋 copy color: '#C99F3E'

red 201 ◦ green 159 ◦ blue 62

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

Shades of Anzac #C99F3E

Tints of Anzac #C99F3E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.68%

 BLUE value IS 62 (24.61% from 255) = 14.69%

R = 47.63%
G = 37.68%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C99F3E (or 0xC99F3E) is known color: Anzac. HEX triplet: C9, 9F and 3E. RGB value is (201,159,62). Sum of RGB (Red+Green+Blue) = 201+159+62=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99F3E is #3660C1. Grayscale: #A0A0A0. Windows color (decimal): -3563714 or 4104137. OLE color: 4104137.

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

Color convert

RGB 201 159 62 -
CMYK 0 0.21 0.69 0.21
HSL 41.87º 0.56% 0.52% -
HSV(B) 41.87º 0.69% 0.79% -
XYZ 37.36 37.56 9.84 -
YUV 160.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 201 159 62 0 0.21 0.69 0.21 41.87 0.56 0.52
Hex C9 9F 3E 0 15 45 15 2A 38 34
Octal 311 237 76 0 25 105 25 52 70 64
Binary 11001001 10011111 111110 0 10101 1000101 10101 101010 111000 110100

Color Harmonies of #C99F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99F3E

Black with #C99F3E

Text Example


Text Example

White with #C99F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99F3E; }

 p { color: rgb(201,159,62); }

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

background-color css

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

 a { background-color: rgb(201,159,62); }

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

border-color css

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

 span { border-color: rgb(201,159,62); }

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