Html Css Color HEX #C7913F Anzac

📋 copy color: '#C7913F'

red 199 ◦ green 145 ◦ blue 63

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

Shades of Anzac #C7913F

Tints of Anzac #C7913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.48%

R = 48.89%
G = 35.63%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7913F (or 0xC7913F) is known color: Anzac. HEX triplet: C7, 91 and 3F. RGB value is (199,145,63). Sum of RGB (Red+Green+Blue) = 199+145+63=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7913F is #386EC0. Grayscale: #989898. Windows color (decimal): -3698369 or 4166087. OLE color: 4166087.

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

Color convert

RGB 199 145 63 -
CMYK 0 0.27 0.68 0.22
HSL 36.18º 0.55% 0.51% -
HSV(B) 36.18º 0.68% 0.78% -
XYZ 34.58 32.75 9.2 -
YUV 151.8 77.89 161.67 -
System Red Green Blue C M Y K H S L
Decimal 199 145 63 0 0.27 0.68 0.22 36.18 0.55 0.51
Hex C7 91 3F 0 1B 44 16 24 37 33
Octal 307 221 77 0 33 104 26 44 67 63
Binary 11000111 10010001 111111 0 11011 1000100 10110 100100 110111 110011

Color Harmonies of #C7913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7913F

Black with #C7913F

Text Example


Text Example

White with #C7913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7913F; }

 p { color: rgb(199,145,63); }

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

background-color css

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

 a { background-color: rgb(199,145,63); }

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

border-color css

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

 span { border-color: rgb(199,145,63); }

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