Html Css Color HEX #C8913C Anzac

📋 copy color: '#C8913C'

red 200 ◦ green 145 ◦ blue 60

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

Shades of Anzac #C8913C

Tints of Anzac #C8913C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 49.38%
G = 35.8%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8913C (or 0xC8913C) is known color: Anzac. HEX triplet: C8, 91 and 3C. RGB value is (200,145,60). Sum of RGB (Red+Green+Blue) = 200+145+60=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8913C is #376EC3. Grayscale: #989898. Windows color (decimal): -3632836 or 3969480. OLE color: 3969480.

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

Color convert

RGB 200 145 60 -
CMYK 0 0.28 0.7 0.22
HSL 36.43º 0.56% 0.51% -
HSV(B) 36.43º 0.7% 0.78% -
XYZ 34.76 32.86 8.78 -
YUV 151.76 76.22 162.41 -
System Red Green Blue C M Y K H S L
Decimal 200 145 60 0 0.28 0.7 0.22 36.43 0.56 0.51
Hex C8 91 3C 0 1C 46 16 24 38 33
Octal 310 221 74 0 34 106 26 44 70 63
Binary 11001000 10010001 111100 0 11100 1000110 10110 100100 111000 110011

Color Harmonies of #C8913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8913C

Black with #C8913C

Text Example


Text Example

White with #C8913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8913C; }

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

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

background-color css

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

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

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

border-color css

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

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

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