Html Css Color HEX #C89446 Anzac

📋 copy color: '#C89446'

red 200 ◦ green 148 ◦ blue 70

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

Shades of Anzac #C89446

Tints of Anzac #C89446

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 70 (27.73% from 255) = 16.75%

R = 47.85%
G = 35.41%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#C89446 (or 0xC89446) is known color: Anzac. HEX triplet: C8, 94 and 46. RGB value is (200,148,70). Sum of RGB (Red+Green+Blue) = 200+148+70=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C89446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89446 is #376BB9. Grayscale: #9B9B9B. Windows color (decimal): -3632058 or 4625608. OLE color: 4625608.

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

Color convert

RGB 200 148 70 -
CMYK 0 0.26 0.65 0.22
HSL 36º 0.54% 0.53% -
HSV(B) 36º 0.65% 0.78% -
XYZ 35.51 33.9 10.47 -
YUV 154.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 200 148 70 0 0.26 0.65 0.22 36 0.54 0.53
Hex C8 94 46 0 1A 41 16 24 36 35
Octal 310 224 106 0 32 101 26 44 66 65
Binary 11001000 10010100 1000110 0 11010 1000001 10110 100100 110110 110101

Color Harmonies of #C89446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89446

Black with #C89446

Text Example


Text Example

White with #C89446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89446; }

 p { color: rgb(200,148,70); }

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

background-color css

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

 a { background-color: rgb(200,148,70); }

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

border-color css

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

 span { border-color: rgb(200,148,70); }

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