#C8C815

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

Shades of Bird Flower #C8C815

Tints of Bird Flower #C8C815

Color information

#C8C815 (or 0xC8C815) is unknown color: approx Bird Flower. HEX triplet: C8, C8 and 15. RGB value is (200,200,21). Sum of RGB (Red+Green+Blue) = 200+200+21=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 21 (8.59% from 255 or 4.99% from 421); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C815 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C815 is #3737EA. Grayscale: #B4B4B4. Windows color (decimal): -3618795 or 1427656. OLE color: 1427656.

HSL color Cylindrical-coordinate representation of color #C8C815: hue angle of 60º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8C815 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB20020021-
CMYK000.900.22
HSL60º81%43.33%-
HSV(B)60º89.5%78.43%-
XYZ44.6153.648.71-
YUV179.5938.5142.55-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.51%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 21 (8.59% from 255) = 4.99%
R=47.51%
G=47.51%
B=4.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020021000.900.22608143.33
HexC8C815005A163c512b
Octal3103102500132267412153
Binary110010001100100010101001011010101101111001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C815; }

 p { color: rgb(200,200,21); }

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

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

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

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

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

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

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