#C8C812

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

Shades of Bird Flower #C8C812

Tints of Bird Flower #C8C812

Color information

#C8C812 (or 0xC8C812) is unknown color: approx Bird Flower. HEX triplet: C8, C8 and 12. RGB value is (200,200,18). Sum of RGB (Red+Green+Blue) = 200+200+18=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C812 is #3737ED. Grayscale: #B3B3B3. Windows color (decimal): -3618798 or 1231048. OLE color: 1231048.

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

Color convert

RGB20020018-
CMYK000.910.22
HSL60º83.49%42.75%-
HSV(B)60º91%78.43%-
XYZ44.5853.638.57-
YUV179.2537142.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.85%
GREEN value IS 200 (78.52% from 255) = 47.85%
BLUE value IS 18 (7.42% from 255) = 4.31%
R=47.85%
G=47.85%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020018000.910.226083.4942.75
HexC8C812005B163c532b
Octal3103102200133267412353
Binary110010001100100010010001011011101101111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C812; }

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

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

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

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

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

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

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

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