Html Css Color HEX #CCBE01 Bird Flower

📋 copy color: '#CCBE01'

red 204 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #CCBE01

Tints of Bird Flower #CCBE01

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.1%

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

R = 51.65%
G = 48.1%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CCBE01 (or 0xCCBE01) is known color: Bird Flower. HEX triplet: CC, BE and 01. RGB value is (204,190,1). Sum of RGB (Red+Green+Blue) = 204+190+1=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBE01 is #3341FE. Grayscale: #ADADAD. Windows color (decimal): -3359231 or 114380. OLE color: 114380.

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

Color convert

RGB 204 190 1 -
CMYK 0 0.07 1.00 0.2
HSL 55.86º 0.99% 0.4% -
HSV(B) 55.86º 1% 0.8% -
XYZ 43.32 49.67 7.33 -
YUV 172.64 31.14 150.37 -
System Red Green Blue C M Y K H S L
Decimal 204 190 1 0 0.07 1.00 0.2 55.86 0.99 0.4
Hex CC BE 1 0 7 64 14 38 63 28
Octal 314 276 1 0 7 144 24 70 143 50
Binary 11001100 10111110 1 0 111 1100100 10100 111000 1100011 101000

Color Harmonies of #CCBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE01

Black with #CCBE01

Text Example


Text Example

White with #CCBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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