Html Css Color HEX #C98C47 Anzac

📋 copy color: '#C98C47'

red 201 ◦ green 140 ◦ blue 71

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

Shades of Anzac #C98C47

Tints of Anzac #C98C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

 BLUE value IS 71 (28.13% from 255) = 17.23%

R = 48.79%
G = 33.98%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C98C47 (or 0xC98C47) is known color: Anzac. HEX triplet: C9, 8C and 47. RGB value is (201,140,71). Sum of RGB (Red+Green+Blue) = 201+140+71=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C47 is #3673B8. Grayscale: #969696. Windows color (decimal): -3568569 or 4689097. OLE color: 4689097.

HSL color Cylindrical-coordinate representation of color #C98C47: hue angle of 31.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C98C47 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 71 -
CMYK 0 0.30 0.65 0.21
HSL 31.85º 0.55% 0.53% -
HSV(B) 31.85º 0.65% 0.79% -
XYZ 34.6 31.63 10.24 -
YUV 150.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 201 140 71 0 0.30 0.65 0.21 31.85 0.55 0.53
Hex C9 8C 47 0 1E 41 15 20 37 35
Octal 311 214 107 0 36 101 25 40 67 65
Binary 11001001 10001100 1000111 0 11110 1000001 10101 100000 110111 110101

Color Harmonies of #C98C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C47

Black with #C98C47

Text Example


Text Example

White with #C98C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C47; }

 p { color: rgb(201,140,71); }

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

background-color css

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

 a { background-color: rgb(201,140,71); }

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

border-color css

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

 span { border-color: rgb(201,140,71); }

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