#C7B00A

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

Shades of Bird Flower #C7B00A

Tints of Bird Flower #C7B00A

Color information

#C7B00A (or 0xC7B00A) is unknown color: approx Bird Flower. HEX triplet: C7, B0 and 0A. RGB value is (199,176,10). Sum of RGB (Red+Green+Blue) = 199+176+10=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B00A is #384FF5. Grayscale: #A4A4A4. Windows color (decimal): -3690486 or 700615. OLE color: 700615.

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

Color convert

RGB19917610-
CMYK00.120.950.22
HSL52.7º90.43%40.98%-
HSV(B)52.7º94.97%78.04%-
XYZ39.1343.216.57-
YUV163.9541.12153-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 51.69%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 10 (4.30% from 255) = 2.60%
R=51.69%
G=45.71%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991761000.120.950.2252.790.4340.98
HexC7B0A0C5F16355a29
Octal30726012014137266513251
Binary11000111101100001010011001011111101101101011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B00A; }

 p { color: rgb(199,176,10); }

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

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

 a { background-color: rgb(199,176,10); }

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

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

 span { border-color: rgb(199,176,10); }

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