Html Css Color HEX #C7913C Anzac

📋 copy color: '#C7913C'

red 199 ◦ green 145 ◦ blue 60

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

Shades of Anzac #C7913C

Tints of Anzac #C7913C

RGB

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

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

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

R = 49.26%
G = 35.89%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7913C (or 0xC7913C) is known color: Anzac. HEX triplet: C7, 91 and 3C. RGB value is (199,145,60). Sum of RGB (Red+Green+Blue) = 199+145+60=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7913C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7913C is #386EC3. Grayscale: #979797. Windows color (decimal): -3698372 or 3969479. OLE color: 3969479.

HSL color Cylindrical-coordinate representation of color #C7913C: hue angle of 36.69º degrees, saturation: 0.55, 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 #C7913C is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 145 60 -
CMYK 0 0.27 0.70 0.22
HSL 36.69º 0.55% 0.51% -
HSV(B) 36.69º 0.7% 0.78% -
XYZ 34.49 32.72 8.77 -
YUV 151.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 199 145 60 0 0.27 0.70 0.22 36.69 0.55 0.51
Hex C7 91 3C 0 1B 46 16 25 37 33
Octal 307 221 74 0 33 106 26 45 67 63
Binary 11000111 10010001 111100 0 11011 1000110 10110 100101 110111 110011

Color Harmonies of #C7913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7913C

Black with #C7913C

Text Example


Text Example

White with #C7913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7913C; }

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

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

background-color css

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

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

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

border-color css

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

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

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