#C6AF13

Color #C6AF13 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C6AF13

Tints of Bird Flower #C6AF13

Color information

#C6AF13 (or 0xC6AF13) is unknown color: approx Bird Flower. HEX triplet: C6, AF and 13. RGB value is (198,175,19). Sum of RGB (Red+Green+Blue) = 198+175+19=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AF13 is #3950EC. Grayscale: #A4A4A4. Windows color (decimal): -3756269 or 1290182. OLE color: 1290182.

HSL color Cylindrical-coordinate representation of color #C6AF13: hue angle of 52.29º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6AF13 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19817519-
CMYK00.120.900.22
HSL52.29º82.49%42.55%-
HSV(B)52.29º90.4%77.65%-
XYZ38.7442.716.82-
YUV164.0946.12152.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.51%
GREEN value IS 175 (68.75% from 255) = 44.64%
BLUE value IS 19 (7.81% from 255) = 4.85%
R=50.51%
G=44.64%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981751900.120.900.2252.2982.4942.55
HexC6AF130C5A1634522b
Octal30625723014132266412253
Binary110001101010111110011011001011010101101101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AF13; }

 p { color: rgb(198,175,19); }

 H1.HeaderClassName
 {
   color: #C6AF13;
 }
 .AnyTagClassName
 {
   color: #C6AF13;
 }
</style>
background-color css

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

 a { background-color: rgb(198,175,19); }

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

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

 span { border-color: rgb(198,175,19); }

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