Html Css Color HEX #C98E38 Anzac

📋 copy color: '#C98E38'

red 201 ◦ green 142 ◦ blue 56

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

Shades of Anzac #C98E38

Tints of Anzac #C98E38

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 50.38%
G = 35.59%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#C98E38 (or 0xC98E38) is known color: Anzac. HEX triplet: C9, 8E and 38. RGB value is (201,142,56). Sum of RGB (Red+Green+Blue) = 201+142+56=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98E38 is #3671C7. Grayscale: #969696. Windows color (decimal): -3568072 or 3706569. OLE color: 3706569.

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

Color convert

RGB 201 142 56 -
CMYK 0 0.29 0.72 0.21
HSL 35.59º 0.57% 0.5% -
HSV(B) 35.59º 0.72% 0.79% -
XYZ 34.47 32.05 8.11 -
YUV 149.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 201 142 56 0 0.29 0.72 0.21 35.59 0.57 0.5
Hex C9 8E 38 0 1D 48 15 24 39 32
Octal 311 216 70 0 35 110 25 44 71 62
Binary 11001001 10001110 111000 0 11101 1001000 10101 100100 111001 110010

Color Harmonies of #C98E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98E38

Black with #C98E38

Text Example


Text Example

White with #C98E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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