Html Css Color HEX #C8913D Anzac

📋 copy color: '#C8913D'

red 200 ◦ green 145 ◦ blue 61

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

Shades of Anzac #C8913D

Tints of Anzac #C8913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.02%

R = 49.26%
G = 35.71%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8913D (or 0xC8913D) is known color: Anzac. HEX triplet: C8, 91 and 3D. RGB value is (200,145,61). Sum of RGB (Red+Green+Blue) = 200+145+61=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913D is #376EC2. Grayscale: #989898. Windows color (decimal): -3632835 or 4035016. OLE color: 4035016.

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

Color convert

RGB 200 145 61 -
CMYK 0 0.28 0.69 0.22
HSL 36.26º 0.56% 0.51% -
HSV(B) 36.26º 0.7% 0.78% -
XYZ 34.79 32.87 8.93 -
YUV 151.87 76.72 162.33 -
System Red Green Blue C M Y K H S L
Decimal 200 145 61 0 0.28 0.69 0.22 36.26 0.56 0.51
Hex C8 91 3D 0 1C 45 16 24 38 33
Octal 310 221 75 0 34 105 26 44 70 63
Binary 11001000 10010001 111101 0 11100 1000101 10110 100100 111000 110011

Color Harmonies of #C8913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8913D

Black with #C8913D

Text Example


Text Example

White with #C8913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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