#C8CA12

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

Shades of Bird Flower #C8CA12

Tints of Bird Flower #C8CA12

Color information

#C8CA12 (or 0xC8CA12) is unknown color: approx Bird Flower. HEX triplet: C8, CA and 12. RGB value is (200,202,18). Sum of RGB (Red+Green+Blue) = 200+202+18=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8CA12 is #3735ED. Grayscale: #B5B5B5. Windows color (decimal): -3618286 or 1231560. OLE color: 1231560.

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

Color convert

RGB20020218-
CMYK0.0100.910.21
HSL60.65º83.64%43.14%-
HSV(B)60.65º91.09%79.22%-
XYZ45.0554.568.73-
YUV180.4336.34141.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.62%
GREEN value IS 202 (79.30% from 255) = 48.10%
BLUE value IS 18 (7.42% from 255) = 4.29%
R=47.62%
G=48.10%
B=4.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200202180.0100.910.2160.6583.6443.14
HexC8CA12105B153d542b
Octal3103122210133257512453
Binary110010001100101010010101011011101011111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CA12; }

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

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

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

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

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

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

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

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