#C8B517

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

Shades of Bird Flower #C8B517

Tints of Bird Flower #C8B517

Color information

#C8B517 (or 0xC8B517) is unknown color: approx Bird Flower. HEX triplet: C8, B5 and 17. RGB value is (200,181,23). Sum of RGB (Red+Green+Blue) = 200+181+23=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B517 is #374AE8. Grayscale: #A9A9A9. Windows color (decimal): -3623657 or 1553864. OLE color: 1553864.

HSL color Cylindrical-coordinate representation of color #C8B517: hue angle of 53.56º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8B517 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB20018123-
CMYK00.090.880.22
HSL53.56º79.37%43.73%-
HSV(B)53.56º88.5%78.43%-
XYZ40.545.397.44-
YUV168.6745.79150.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 23 (9.38% from 255) = 5.69%
R=49.50%
G=44.80%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001812300.090.880.2253.5679.3743.73
HexC8B517095816364f2c
Octal31026527011130266611754
Binary110010001011010110111010011011000101101101101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B517; }

 p { color: rgb(200,181,23); }

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

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

 a { background-color: rgb(200,181,23); }

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

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

 span { border-color: rgb(200,181,23); }

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