#C8C80F

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

Shades of Bird Flower #C8C80F

Tints of Bird Flower #C8C80F

Color information

#C8C80F (or 0xC8C80F) is unknown color: approx Bird Flower. HEX triplet: C8, C8 and 0F. RGB value is (200,200,15). Sum of RGB (Red+Green+Blue) = 200+200+15=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C80F is #3737F0. Grayscale: #B3B3B3. Windows color (decimal): -3618801 or 1034440. OLE color: 1034440.

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

Color convert

RGB20020015-
CMYK000.920.22
HSL60º86.05%42.16%-
HSV(B)60º92.5%78.43%-
XYZ44.5653.628.45-
YUV178.9135.5143.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.19%
GREEN value IS 200 (78.52% from 255) = 48.19%
BLUE value IS 15 (6.25% from 255) = 3.61%
R=48.19%
G=48.19%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020015000.920.226086.0542.16
HexC8C8F005C163c562a
Octal3103101700134267412652
Binary11001000110010001111001011100101101111001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C80F; }

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

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

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

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

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

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

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

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