#C8B60C

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

Shades of Bird Flower #C8B60C

Tints of Bird Flower #C8B60C

Color information

#C8B60C (or 0xC8B60C) is unknown color: approx Bird Flower. HEX triplet: C8, B6 and 0C. RGB value is (200,182,12). Sum of RGB (Red+Green+Blue) = 200+182+12=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B60C is #3749F3. Grayscale: #A8A8A8. Windows color (decimal): -3623412 or 833224. OLE color: 833224.

HSL color Cylindrical-coordinate representation of color #C8B60C: hue angle of 54.26º 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 #C8B60C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB20018212-
CMYK00.090.940.22
HSL54.26º88.68%41.57%-
HSV(B)54.26º94%78.43%-
XYZ40.6145.767.04-
YUV16839.96150.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.76%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 12 (5.08% from 255) = 3.05%
R=50.76%
G=46.19%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001821200.090.940.2254.2688.6841.57
HexC8B6C095E1636592a
Octal31026614011136266613152
Binary11001000101101101100010011011110101101101101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B60C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B60C; }

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

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

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

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

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

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

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

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