Html Css Color HEX #CCC001 Bird Flower

📋 copy color: '#CCC001'

red 204 ◦ green 192 ◦ blue 1

#CCC001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CCC001

Tints of Bird Flower #CCC001

RGB

 RED value IS 204 (80.08% from 255) = 51.39%

 GREEN value IS 192 (75.39% from 255) = 48.36%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 51.39%
G = 48.36%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC001 (or 0xCCC001) is known color: Bird Flower. HEX triplet: CC, C0 and 01. RGB value is (204,192,1). Sum of RGB (Red+Green+Blue) = 204+192+1=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC001 is #333FFE. Grayscale: #AEAEAE. Windows color (decimal): -3358719 or 114892. OLE color: 114892.

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

Color convert

RGB 204 192 1 -
CMYK 0 0.06 1.00 0.2
HSL 56.45º 0.99% 0.4% -
HSV(B) 56.45º 1% 0.8% -
XYZ 43.76 50.54 7.48 -
YUV 173.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 204 192 1 0 0.06 1.00 0.2 56.45 0.99 0.4
Hex CC C0 1 0 6 64 14 38 63 28
Octal 314 300 1 0 6 144 24 70 143 50
Binary 11001100 11000000 1 0 110 1100100 10100 111000 1100011 101000

Color Harmonies of #CCC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC001

Black with #CCC001

Text Example


Text Example

White with #CCC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC001; }

 p { color: rgb(204,192,1); }

 H1.HeaderClassName
 {
   color: #CCC001;
 }
 .AnyTagClassName
 {
   color: #CCC001;
 }
</style>

background-color css

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

 a { background-color: rgb(204,192,1); }

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

border-color css

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

 span { border-color: rgb(204,192,1); }

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