#C8BA0C

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

Shades of Bird Flower #C8BA0C

Tints of Bird Flower #C8BA0C

Color information

#C8BA0C (or 0xC8BA0C) is unknown color: approx Bird Flower. HEX triplet: C8, BA and 0C. RGB value is (200,186,12). Sum of RGB (Red+Green+Blue) = 200+186+12=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BA0C is #3745F3. Grayscale: #ABABAB. Windows color (decimal): -3622388 or 834248. OLE color: 834248.

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

Color convert

RGB20018612-
CMYK00.070.940.22
HSL55.53º88.68%41.57%-
HSV(B)55.53º94%78.43%-
XYZ41.4447.427.32-
YUV170.3538.64149.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 186 (73.05% from 255) = 46.73%
BLUE value IS 12 (5.08% from 255) = 3.02%
R=50.25%
G=46.73%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001861200.070.940.2255.5388.6841.57
HexC8BAC075E1638592a
Octal3102721407136267013152
Binary1100100010111010110001111011110101101110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA0C; }

 p { color: rgb(200,186,12); }

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

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

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

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

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

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

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