#C8C513

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

Shades of Bird Flower #C8C513

Tints of Bird Flower #C8C513

Color information

#C8C513 (or 0xC8C513) is unknown color: approx Bird Flower. HEX triplet: C8, C5 and 13. RGB value is (200,197,19). Sum of RGB (Red+Green+Blue) = 200+197+19=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C513 is #373AEC. Grayscale: #B2B2B2. Windows color (decimal): -3619565 or 1295816. OLE color: 1295816.

HSL color Cylindrical-coordinate representation of color #C8C513: hue angle of 59.01º degrees, saturation: 0.83, 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 #C8C513 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB20019719-
CMYK00.020.900.22
HSL59.01º82.65%42.94%-
HSV(B)59.01º90.5%78.43%-
XYZ43.952.268.39-
YUV177.638.49143.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 19 (7.81% from 255) = 4.57%
R=48.08%
G=47.36%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001971900.020.900.2259.0182.6542.94
HexC8C513025A163b532b
Octal3103052302132267312353
Binary1100100011000101100110101011010101101110111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C513; }

 p { color: rgb(200,197,19); }

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

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

 a { background-color: rgb(200,197,19); }

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

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

 span { border-color: rgb(200,197,19); }

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