#C8B610

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

Shades of Bird Flower #C8B610

Tints of Bird Flower #C8B610

Color information

#C8B610 (or 0xC8B610) is unknown color: approx Bird Flower. HEX triplet: C8, B6 and 10. RGB value is (200,182,16). Sum of RGB (Red+Green+Blue) = 200+182+16=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B610 is #3749EF. Grayscale: #A9A9A9. Windows color (decimal): -3623408 or 1095368. OLE color: 1095368.

HSL color Cylindrical-coordinate representation of color #C8B610: hue angle of 54.13º 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 #C8B610 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB20018216-
CMYK00.090.920.22
HSL54.13º85.19%42.35%-
HSV(B)54.13º92%78.43%-
XYZ40.6445.777.18-
YUV168.4641.96150.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 182 (71.48% from 255) = 45.73%
BLUE value IS 16 (6.64% from 255) = 4.02%
R=50.25%
G=45.73%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001821600.090.920.2254.1385.1942.35
HexC8B610095C1636552a
Octal31026620011134266612552
Binary110010001011011010000010011011100101101101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B610; }

 p { color: rgb(200,182,16); }

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

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

 a { background-color: rgb(200,182,16); }

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

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

 span { border-color: rgb(200,182,16); }

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