Html Css Color HEX #C8993A Anzac

📋 copy color: '#C8993A'

red 200 ◦ green 153 ◦ blue 58

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

Shades of Anzac #C8993A

Tints of Anzac #C8993A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

 BLUE value IS 58 (23.05% from 255) = 14.11%

R = 48.66%
G = 37.23%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8993A (or 0xC8993A) is known color: Anzac. HEX triplet: C8, 99 and 3A. RGB value is (200,153,58). Sum of RGB (Red+Green+Blue) = 200+153+58=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8993A is #3766C5. Grayscale: #9C9C9C. Windows color (decimal): -3630790 or 3840456. OLE color: 3840456.

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

Color convert

RGB 200 153 58 -
CMYK 0 0.24 0.71 0.22
HSL 40.14º 0.56% 0.51% -
HSV(B) 40.14º 0.71% 0.78% -
XYZ 35.97 35.37 8.93 -
YUV 156.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 200 153 58 0 0.24 0.71 0.22 40.14 0.56 0.51
Hex C8 99 3A 0 18 47 16 28 38 33
Octal 310 231 72 0 30 107 26 50 70 63
Binary 11001000 10011001 111010 0 11000 1000111 10110 101000 111000 110011

Color Harmonies of #C8993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8993A

Black with #C8993A

Text Example


Text Example

White with #C8993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8993A; }

 p { color: rgb(200,153,58); }

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

background-color css

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

 a { background-color: rgb(200,153,58); }

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

border-color css

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

 span { border-color: rgb(200,153,58); }

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