#C8B004

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

Shades of Bird Flower #C8B004

Tints of Bird Flower #C8B004

Color information

#C8B004 (or 0xC8B004) is unknown color: approx Bird Flower. HEX triplet: C8, B0 and 04. RGB value is (200,176,4). Sum of RGB (Red+Green+Blue) = 200+176+4=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B004 is #374FFB. Grayscale: #A4A4A4. Windows color (decimal): -3624956 or 307400. OLE color: 307400.

HSL color Cylindrical-coordinate representation of color #C8B004: hue angle of 52.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8B004 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB2001764-
CMYK00.120.980.22
HSL52.65º96.08%40%-
HSV(B)52.65º98%78.43%-
XYZ39.3743.346.41-
YUV163.5737.95153.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.63%
GREEN value IS 176 (69.14% from 255) = 46.32%
BLUE value IS 4 (1.95% from 255) = 1.05%
R=52.63%
G=46.32%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200176400.120.980.2252.6596.0840
HexC8B040C6216356028
Octal3102604014142266514050
Binary1100100010110000100011001100010101101101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B004; }

 p { color: rgb(200,176,4); }

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

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

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

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

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

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

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