#C7B210

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

Shades of Bird Flower #C7B210

Tints of Bird Flower #C7B210

Color information

#C7B210 (or 0xC7B210) is unknown color: approx Bird Flower. HEX triplet: C7, B2 and 10. RGB value is (199,178,16). Sum of RGB (Red+Green+Blue) = 199+178+16=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B210 is #384DEF. Grayscale: #A6A6A6. Windows color (decimal): -3689968 or 1094343. OLE color: 1094343.

HSL color Cylindrical-coordinate representation of color #C7B210: hue angle of 53.11º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7B210 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19917816-
CMYK00.110.920.22
HSL53.11º85.12%42.16%-
HSV(B)53.11º91.96%78.04%-
XYZ39.5744.026.9-
YUV165.8143.46151.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.64%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 16 (6.64% from 255) = 4.07%
R=50.64%
G=45.29%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991781600.110.920.2253.1185.1242.16
HexC7B2100B5C1635552a
Octal30726220013134266512552
Binary110001111011001010000010111011100101101101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B210; }

 p { color: rgb(199,178,16); }

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

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

 a { background-color: rgb(199,178,16); }

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

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

 span { border-color: rgb(199,178,16); }

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