#C8CA0E

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

Shades of Bird Flower #C8CA0E

Tints of Bird Flower #C8CA0E

Color information

#C8CA0E (or 0xC8CA0E) is unknown color: approx Bird Flower. HEX triplet: C8, CA and 0E. RGB value is (200,202,14). Sum of RGB (Red+Green+Blue) = 200+202+14=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CA0E is #3735F1. Grayscale: #B4B4B4. Windows color (decimal): -3618290 or 969416. OLE color: 969416.

HSL color Cylindrical-coordinate representation of color #C8CA0E: hue angle of 60.64º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8CA0E is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20020214-
CMYK0.0100.930.21
HSL60.64º87.04%42.35%-
HSV(B)60.64º93.07%79.22%-
XYZ45.0254.558.57-
YUV179.9734.34142.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 48.08%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 14 (5.86% from 255) = 3.37%
R=48.08%
G=48.56%
B=3.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202140.0100.930.2160.6487.0442.35
HexC8CAE105D153d572a
Octal3103121610135257512752
Binary11001000110010101110101011101101011111011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA0E; }

 p { color: rgb(200,202,14); }

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

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

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

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

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

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

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