Html Css Color HEX #C7953A Anzac

📋 copy color: '#C7953A'

red 199 ◦ green 149 ◦ blue 58

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

Shades of Anzac #C7953A

Tints of Anzac #C7953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 49.01%
G = 36.7%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7953A (or 0xC7953A) is known color: Anzac. HEX triplet: C7, 95 and 3A. RGB value is (199,149,58). Sum of RGB (Red+Green+Blue) = 199+149+58=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7953A is #386AC5. Grayscale: #999999. Windows color (decimal): -3697350 or 3839431. OLE color: 3839431.

HSL color Cylindrical-coordinate representation of color #C7953A: hue angle of 38.72º 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 #C7953A is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 149 58 -
CMYK 0 0.25 0.71 0.22
HSL 38.72º 0.56% 0.5% -
HSV(B) 38.72º 0.71% 0.78% -
XYZ 35.06 33.94 8.71 -
YUV 153.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 199 149 58 0 0.25 0.71 0.22 38.72 0.56 0.5
Hex C7 95 3A 0 19 47 16 27 38 32
Octal 307 225 72 0 31 107 26 47 70 62
Binary 11000111 10010101 111010 0 11001 1000111 10110 100111 111000 110010

Color Harmonies of #C7953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7953A

Black with #C7953A

Text Example


Text Example

White with #C7953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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