Html Css Color HEX #C8913F Anzac

📋 copy color: '#C8913F'

red 200 ◦ green 145 ◦ blue 63

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

Shades of Anzac #C8913F

Tints of Anzac #C8913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.44%

R = 49.02%
G = 35.54%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8913F (or 0xC8913F) is known color: Anzac. HEX triplet: C8, 91 and 3F. RGB value is (200,145,63). Sum of RGB (Red+Green+Blue) = 200+145+63=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913F is #376EC0. Grayscale: #989898. Windows color (decimal): -3632833 or 4166088. OLE color: 4166088.

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

Color convert

RGB 200 145 63 -
CMYK 0 0.28 0.68 0.22
HSL 35.91º 0.55% 0.52% -
HSV(B) 35.91º 0.69% 0.78% -
XYZ 34.84 32.89 9.21 -
YUV 152.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 200 145 63 0 0.28 0.68 0.22 35.91 0.55 0.52
Hex C8 91 3F 0 1C 44 16 24 37 34
Octal 310 221 77 0 34 104 26 44 67 64
Binary 11001000 10010001 111111 0 11100 1000100 10110 100100 110111 110100

Color Harmonies of #C8913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8913F

Black with #C8913F

Text Example


Text Example

White with #C8913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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