Html Css Color HEX #C89145 Anzac

📋 copy color: '#C89145'

red 200 ◦ green 145 ◦ blue 69

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

Shades of Anzac #C89145

Tints of Anzac #C89145

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 69 (27.34% from 255) = 16.67%

R = 48.31%
G = 35.02%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C89145 (or 0xC89145) is known color: Anzac. HEX triplet: C8, 91 and 45. RGB value is (200,145,69). Sum of RGB (Red+Green+Blue) = 200+145+69=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C89145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C89145 is #376EBA. Grayscale: #999999. Windows color (decimal): -3632827 or 4559304. OLE color: 4559304.

HSL color Cylindrical-coordinate representation of color #C89145: hue angle of 34.81º 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 #C89145 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 145 69 -
CMYK 0 0.28 0.66 0.22
HSL 34.81º 0.54% 0.53% -
HSV(B) 34.81º 0.66% 0.78% -
XYZ 35.02 32.96 10.15 -
YUV 152.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 200 145 69 0 0.28 0.66 0.22 34.81 0.54 0.53
Hex C8 91 45 0 1C 42 16 23 36 35
Octal 310 221 105 0 34 102 26 43 66 65
Binary 11001000 10010001 1000101 0 11100 1000010 10110 100011 110110 110101

Color Harmonies of #C89145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89145

Black with #C89145

Text Example


Text Example

White with #C89145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89145; }

 p { color: rgb(200,145,69); }

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

background-color css

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

 a { background-color: rgb(200,145,69); }

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

border-color css

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

 span { border-color: rgb(200,145,69); }

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