Html Css Color HEX #C98B41 Anzac

📋 copy color: '#C98B41'

red 201 ◦ green 139 ◦ blue 65

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

Shades of Anzac #C98B41

Tints of Anzac #C98B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 65 (25.78% from 255) = 16.05%

R = 49.63%
G = 34.32%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C98B41 (or 0xC98B41) is known color: Anzac. HEX triplet: C9, 8B and 41. RGB value is (201,139,65). Sum of RGB (Red+Green+Blue) = 201+139+65=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98B41 is #3674BE. Grayscale: #959595. Windows color (decimal): -3568831 or 4295625. OLE color: 4295625.

HSL color Cylindrical-coordinate representation of color #C98B41: hue angle of 32.65º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C98B41 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 139 65 -
CMYK 0 0.31 0.68 0.21
HSL 32.65º 0.56% 0.52% -
HSV(B) 32.65º 0.68% 0.79% -
XYZ 34.27 31.26 9.23 -
YUV 149.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 201 139 65 0 0.31 0.68 0.21 32.65 0.56 0.52
Hex C9 8B 41 0 1F 44 15 21 38 34
Octal 311 213 101 0 37 104 25 41 70 64
Binary 11001001 10001011 1000001 0 11111 1000100 10101 100001 111000 110100

Color Harmonies of #C98B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98B41

Black with #C98B41

Text Example


Text Example

White with #C98B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98B41; }

 p { color: rgb(201,139,65); }

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

background-color css

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

 a { background-color: rgb(201,139,65); }

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

border-color css

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

 span { border-color: rgb(201,139,65); }

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