Html Css Color HEX #C98D3F Anzac

📋 copy color: '#C98D3F'

red 201 ◦ green 141 ◦ blue 63

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

Shades of Anzac #C98D3F

Tints of Anzac #C98D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 63 (25% from 255) = 15.56%

R = 49.63%
G = 34.81%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C98D3F (or 0xC98D3F) is known color: Anzac. HEX triplet: C9, 8D and 3F. RGB value is (201,141,63). Sum of RGB (Red+Green+Blue) = 201+141+63=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D3F is #3672C0. Grayscale: #969696. Windows color (decimal): -3568321 or 4165065. OLE color: 4165065.

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

Color convert

RGB 201 141 63 -
CMYK 0 0.30 0.69 0.21
HSL 33.91º 0.56% 0.52% -
HSV(B) 33.91º 0.69% 0.79% -
XYZ 34.51 31.83 9.03 -
YUV 150.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 201 141 63 0 0.30 0.69 0.21 33.91 0.56 0.52
Hex C9 8D 3F 0 1E 45 15 22 38 34
Octal 311 215 77 0 36 105 25 42 70 64
Binary 11001001 10001101 111111 0 11110 1000101 10101 100010 111000 110100

Color Harmonies of #C98D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D3F

Black with #C98D3F

Text Example


Text Example

White with #C98D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D3F; }

 p { color: rgb(201,141,63); }

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

background-color css

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

 a { background-color: rgb(201,141,63); }

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

border-color css

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

 span { border-color: rgb(201,141,63); }

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