Html Css Color HEX #C98C4A Anzac

📋 copy color: '#C98C4A'

red 201 ◦ green 140 ◦ blue 74

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

Shades of Anzac #C98C4A

Tints of Anzac #C98C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 48.43%
G = 33.73%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C98C4A (or 0xC98C4A) is known color: Anzac. HEX triplet: C9, 8C and 4A. RGB value is (201,140,74). Sum of RGB (Red+Green+Blue) = 201+140+74=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C98C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98C4A is #3673B5. Grayscale: #979797. Windows color (decimal): -3568566 or 4885705. OLE color: 4885705.

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

Color convert

RGB 201 140 74 -
CMYK 0 0.30 0.63 0.21
HSL 31.18º 0.54% 0.54% -
HSV(B) 31.18º 0.63% 0.79% -
XYZ 34.7 31.67 10.76 -
YUV 150.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 201 140 74 0 0.30 0.63 0.21 31.18 0.54 0.54
Hex C9 8C 4A 0 1E 3F 15 1F 36 36
Octal 311 214 112 0 36 77 25 37 66 66
Binary 11001001 10001100 1001010 0 11110 111111 10101 11111 110110 110110

Color Harmonies of #C98C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98C4A

Black with #C98C4A

Text Example


Text Example

White with #C98C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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