Html Css Color HEX #C8B110 Bird Flower

📋 copy color: '#C8B110'

red 200 ◦ green 177 ◦ blue 16

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

Shades of Bird Flower #C8B110

Tints of Bird Flower #C8B110

RGB

 RED value IS 200 (78.52% from 255) = 50.89%

 GREEN value IS 177 (69.53% from 255) = 45.04%

 BLUE value IS 16 (6.64% from 255) = 4.07%

R = 50.89%
G = 45.04%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8B110 (or 0xC8B110) is known color: Bird Flower. HEX triplet: C8, B1 and 10. RGB value is (200,177,16). Sum of RGB (Red+Green+Blue) = 200+177+16=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B110 is #374EEF. Grayscale: #A6A6A6. Windows color (decimal): -3624688 or 1094088. OLE color: 1094088.

HSL color Cylindrical-coordinate representation of color #C8B110: hue angle of 52.5º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8B110 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 177 16 -
CMYK 0 0.12 0.92 0.22
HSL 52.5º 0.85% 0.42% -
HSV(B) 52.5º 0.92% 0.78% -
XYZ 39.64 43.76 6.85 -
YUV 165.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 200 177 16 0 0.12 0.92 0.22 52.5 0.85 0.42
Hex C8 B1 10 0 C 5C 16 34 55 2A
Octal 310 261 20 0 14 134 26 64 125 52
Binary 11001000 10110001 10000 0 1100 1011100 10110 110100 1010101 101010

Color Harmonies of #C8B110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B110

Black with #C8B110

Text Example


Text Example

White with #C8B110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B110; }

 p { color: rgb(200,177,16); }

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

background-color css

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

 a { background-color: rgb(200,177,16); }

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

border-color css

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

 span { border-color: rgb(200,177,16); }

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