#CCC100

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

Shades of Bird Flower #CCC100

Tints of Bird Flower #CCC100

Color information

#CCC100 (or 0xCCC100) is unknown color: approx Bird Flower. HEX triplet: CC, C1 and 00. RGB value is (204,193,0). Sum of RGB (Red+Green+Blue) = 204+193+0=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC100 is #333EFF. Grayscale: #AFAFAF. Windows color (decimal): -3358464 or 49612. OLE color: 49612.

HSL color Cylindrical-coordinate representation of color #CCC100: hue angle of 56.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCC100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041930-
CMYK00.0510.2
HSL56.76º100%40%-
HSV(B)56.76º100%80%-
XYZ43.9750.987.52-
YUV174.2929.64149.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.39%
GREEN value IS 193 (75.78% from 255) = 48.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.39%
G=48.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204193000.0510.256.7610040
HexCCC10056414396428
Octal314301005144247114450
Binary1100110011000001001011100100101001110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC100; }

 p { color: rgb(204,193,0); }

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

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

 a { background-color: rgb(204,193,0); }

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

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

 span { border-color: rgb(204,193,0); }

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