#CCC410

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

Shades of Bird Flower #CCC410

Tints of Bird Flower #CCC410

Color information

#CCC410 (or 0xCCC410) is unknown color: approx Bird Flower. HEX triplet: CC, C4 and 10. RGB value is (204,196,16). Sum of RGB (Red+Green+Blue) = 204+196+16=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 16 (6.64% from 255 or 3.85% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC410 is #333BEF. Grayscale: #B2B2B2. Windows color (decimal): -3357680 or 1098956. OLE color: 1098956.

HSL color Cylindrical-coordinate representation of color #CCC410: hue angle of 57.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCC410 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB20419616-
CMYK00.040.920.2
HSL57.45º85.45%43.14%-
HSV(B)57.45º92.16%80%-
XYZ44.7452.358.24-
YUV177.8736.65146.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.04%
GREEN value IS 196 (76.95% from 255) = 47.12%
BLUE value IS 16 (6.64% from 255) = 3.85%
R=49.04%
G=47.12%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041961600.040.920.257.4585.4543.14
HexCCC410045C1439552b
Octal3143042004134247112553
Binary11001100110001001000001001011100101001110011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC410; }

 p { color: rgb(204,196,16); }

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

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

 a { background-color: rgb(204,196,16); }

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

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

 span { border-color: rgb(204,196,16); }

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