Html Css Color HEX #CBC606 Bird Flower

📋 copy color: '#CBC606'

red 203 ◦ green 198 ◦ blue 6

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

Shades of Bird Flower #CBC606

Tints of Bird Flower #CBC606

RGB

 RED value IS 203 (79.69% from 255) = 49.88%

 GREEN value IS 198 (77.73% from 255) = 48.65%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 49.88%
G = 48.65%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CBC606 (or 0xCBC606) is known color: Bird Flower. HEX triplet: CB, C6 and 06. RGB value is (203,198,6). Sum of RGB (Red+Green+Blue) = 203+198+6=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 6 (2.73% from 255 or 1.47% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC606 is #3439F9. Grayscale: #B2B2B2. Windows color (decimal): -3422714 or 444107. OLE color: 444107.

HSL color Cylindrical-coordinate representation of color #CBC606: hue angle of 58.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBC606 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 6 -
CMYK 0 0.02 0.97 0.20
HSL 58.48º 0.94% 0.41% -
HSV(B) 58.48º 0.97% 0.8% -
XYZ 44.86 53.1 8.06 -
YUV 177.61 31.16 146.11 -
System Red Green Blue C M Y K H S L
Decimal 203 198 6 0 0.02 0.97 0.20 58.48 0.94 0.41
Hex CB C6 6 0 2 61 14 3A 5E 29
Octal 313 306 6 0 2 141 24 72 136 51
Binary 11001011 11000110 110 0 10 1100001 10100 111010 1011110 101001

Color Harmonies of #CBC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC606

Black with #CBC606

Text Example


Text Example

White with #CBC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC606; }

 p { color: rgb(203,198,6); }

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

background-color css

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

 a { background-color: rgb(203,198,6); }

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

border-color css

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

 span { border-color: rgb(203,198,6); }

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