Html Css Color HEX #C9943C Anzac

📋 copy color: '#C9943C'

red 201 ◦ green 148 ◦ blue 60

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

Shades of Anzac #C9943C

Tints of Anzac #C9943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 49.14%
G = 36.19%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9943C (or 0xC9943C) is known color: Anzac. HEX triplet: C9, 94 and 3C. RGB value is (201,148,60). Sum of RGB (Red+Green+Blue) = 201+148+60=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9943C is #366BC3. Grayscale: #9A9A9A. Windows color (decimal): -3566532 or 3970249. OLE color: 3970249.

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

Color convert

RGB 201 148 60 -
CMYK 0 0.26 0.70 0.21
HSL 37.45º 0.57% 0.51% -
HSV(B) 37.45º 0.7% 0.79% -
XYZ 35.49 33.92 8.95 -
YUV 153.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 201 148 60 0 0.26 0.70 0.21 37.45 0.57 0.51
Hex C9 94 3C 0 1A 46 15 25 39 33
Octal 311 224 74 0 32 106 25 45 71 63
Binary 11001001 10010100 111100 0 11010 1000110 10101 100101 111001 110011

Color Harmonies of #C9943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9943C

Black with #C9943C

Text Example


Text Example

White with #C9943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9943C; }

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

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

background-color css

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

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

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

border-color css

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

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

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