Html Css Color HEX #C98D38 Anzac

📋 copy color: '#C98D38'

red 201 ◦ green 141 ◦ blue 56

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

Shades of Anzac #C98D38

Tints of Anzac #C98D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.07%

R = 50.5%
G = 35.43%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98D38 (or 0xC98D38) is known color: Anzac. HEX triplet: C9, 8D and 38. RGB value is (201,141,56). Sum of RGB (Red+Green+Blue) = 201+141+56=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D38 is #3672C7. Grayscale: #959595. Windows color (decimal): -3568328 or 3706313. OLE color: 3706313.

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

Color convert

RGB 201 141 56 -
CMYK 0 0.30 0.72 0.21
HSL 35.17º 0.57% 0.5% -
HSV(B) 35.17º 0.72% 0.79% -
XYZ 34.33 31.75 8.06 -
YUV 149.25 75.38 164.91 -
System Red Green Blue C M Y K H S L
Decimal 201 141 56 0 0.30 0.72 0.21 35.17 0.57 0.5
Hex C9 8D 38 0 1E 48 15 23 39 32
Octal 311 215 70 0 36 110 25 43 71 62
Binary 11001001 10001101 111000 0 11110 1001000 10101 100011 111001 110010

Color Harmonies of #C98D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98D38

Black with #C98D38

Text Example


Text Example

White with #C98D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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