Html Css Color HEX #CCC101 Bird Flower

📋 copy color: '#CCC101'

red 204 ◦ green 193 ◦ blue 1

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

Shades of Bird Flower #CCC101

Tints of Bird Flower #CCC101

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.49%

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

R = 51.26%
G = 48.49%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCC101 (or 0xCCC101) is known color: Bird Flower. HEX triplet: CC, C1 and 01. RGB value is (204,193,1). Sum of RGB (Red+Green+Blue) = 204+193+1=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC101 is #333EFE. Grayscale: #AFAFAF. Windows color (decimal): -3358463 or 115148. OLE color: 115148.

HSL color Cylindrical-coordinate representation of color #CCC101: hue angle of 56.75º 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 #CCC101 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 1 -
CMYK 0 0.05 1.00 0.2
HSL 56.75º 0.99% 0.4% -
HSV(B) 56.75º 1% 0.8% -
XYZ 43.98 50.98 7.55 -
YUV 174.4 30.14 149.11 -
System Red Green Blue C M Y K H S L
Decimal 204 193 1 0 0.05 1.00 0.2 56.75 0.99 0.4
Hex CC C1 1 0 5 64 14 39 63 28
Octal 314 301 1 0 5 144 24 71 143 50
Binary 11001100 11000001 1 0 101 1100100 10100 111001 1100011 101000

Color Harmonies of #CCC101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC101

Black with #CCC101

Text Example


Text Example

White with #CCC101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC101; }

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

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

background-color css

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

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

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

border-color css

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

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

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