Html Css Color HEX #C89540 Anzac

📋 copy color: '#C89540'

red 200 ◦ green 149 ◦ blue 64

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

Shades of Anzac #C89540

Tints of Anzac #C89540

RGB

 RED value IS 200 (78.52% from 255) = 48.43%

 GREEN value IS 149 (58.59% from 255) = 36.08%

 BLUE value IS 64 (25.39% from 255) = 15.5%

R = 48.43%
G = 36.08%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C89540 (or 0xC89540) is known color: Anzac. HEX triplet: C8, 95 and 40. RGB value is (200,149,64). Sum of RGB (Red+Green+Blue) = 200+149+64=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C89540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89540 is #376ABF. Grayscale: #9A9A9A. Windows color (decimal): -3631808 or 4232648. OLE color: 4232648.

HSL color Cylindrical-coordinate representation of color #C89540: hue angle of 37.5º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C89540 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 149 64 -
CMYK 0 0.26 0.68 0.22
HSL 37.5º 0.55% 0.52% -
HSV(B) 37.5º 0.68% 0.78% -
XYZ 35.49 34.14 9.57 -
YUV 154.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 200 149 64 0 0.26 0.68 0.22 37.5 0.55 0.52
Hex C8 95 40 0 1A 44 16 26 37 34
Octal 310 225 100 0 32 104 26 46 67 64
Binary 11001000 10010101 1000000 0 11010 1000100 10110 100110 110111 110100

Color Harmonies of #C89540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89540

Black with #C89540

Text Example


Text Example

White with #C89540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89540; }

 p { color: rgb(200,149,64); }

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

background-color css

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

 a { background-color: rgb(200,149,64); }

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

border-color css

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

 span { border-color: rgb(200,149,64); }

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