Html Css Color HEX #C7993A Anzac

📋 copy color: '#C7993A'

red 199 ◦ green 153 ◦ blue 58

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

Shades of Anzac #C7993A

Tints of Anzac #C7993A

RGB

 RED value IS 199 (78.13% from 255) = 48.54%

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

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

R = 48.54%
G = 37.32%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7993A (or 0xC7993A) is known color: Anzac. HEX triplet: C7, 99 and 3A. RGB value is (199,153,58). Sum of RGB (Red+Green+Blue) = 199+153+58=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7993A is #3866C5. Grayscale: #9C9C9C. Windows color (decimal): -3696326 or 3840455. OLE color: 3840455.

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

Color convert

RGB 199 153 58 -
CMYK 0 0.23 0.71 0.22
HSL 40.43º 0.56% 0.5% -
HSV(B) 40.43º 0.71% 0.78% -
XYZ 35.71 35.23 8.92 -
YUV 155.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 199 153 58 0 0.23 0.71 0.22 40.43 0.56 0.5
Hex C7 99 3A 0 17 47 16 28 38 32
Octal 307 231 72 0 27 107 26 50 70 62
Binary 11000111 10011001 111010 0 10111 1000111 10110 101000 111000 110010

Color Harmonies of #C7993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7993A

Black with #C7993A

Text Example


Text Example

White with #C7993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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