Html Css Color HEX #C99D3C Anzac

📋 copy color: '#C99D3C'

red 201 ◦ green 157 ◦ blue 60

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

Shades of Anzac #C99D3C

Tints of Anzac #C99D3C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 48.09%
G = 37.56%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C99D3C (or 0xC99D3C) is known color: Anzac. HEX triplet: C9, 9D and 3C. RGB value is (201,157,60). Sum of RGB (Red+Green+Blue) = 201+157+60=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99D3C is #3662C3. Grayscale: #9F9F9F. Windows color (decimal): -3564228 or 3972553. OLE color: 3972553.

HSL color Cylindrical-coordinate representation of color #C99D3C: hue angle of 41.28º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C99D3C is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 157 60 -
CMYK 0 0.22 0.70 0.21
HSL 41.28º 0.57% 0.51% -
HSV(B) 41.28º 0.7% 0.79% -
XYZ 36.96 36.86 9.44 -
YUV 159.1 72.08 157.89 -
System Red Green Blue C M Y K H S L
Decimal 201 157 60 0 0.22 0.70 0.21 41.28 0.57 0.51
Hex C9 9D 3C 0 16 46 15 29 39 33
Octal 311 235 74 0 26 106 25 51 71 63
Binary 11001001 10011101 111100 0 10110 1000110 10101 101001 111001 110011

Color Harmonies of #C99D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99D3C

Black with #C99D3C

Text Example


Text Example

White with #C99D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99D3C; }

 p { color: rgb(201,157,60); }

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

background-color css

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

 a { background-color: rgb(201,157,60); }

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

border-color css

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

 span { border-color: rgb(201,157,60); }

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