Html Css Color HEX #C8B216 Bird Flower

📋 copy color: '#C8B216'

red 200 ◦ green 178 ◦ blue 22

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

Shades of Bird Flower #C8B216

Tints of Bird Flower #C8B216

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 50%
G = 44.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C8B216 (or 0xC8B216) is known color: Bird Flower. HEX triplet: C8, B2 and 16. RGB value is (200,178,22). Sum of RGB (Red+Green+Blue) = 200+178+22=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B216 is #374DE9. Grayscale: #A7A7A7. Windows color (decimal): -3624426 or 1487560. OLE color: 1487560.

HSL color Cylindrical-coordinate representation of color #C8B216: hue angle of 52.58º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8B216 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 22 -
CMYK 0 0.11 0.89 0.22
HSL 52.58º 0.8% 0.44% -
HSV(B) 52.58º 0.89% 0.78% -
XYZ 39.88 44.18 7.18 -
YUV 166.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 200 178 22 0 0.11 0.89 0.22 52.58 0.8 0.44
Hex C8 B2 16 0 B 59 16 35 50 2C
Octal 310 262 26 0 13 131 26 65 120 54
Binary 11001000 10110010 10110 0 1011 1011001 10110 110101 1010000 101100

Color Harmonies of #C8B216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B216

Black with #C8B216

Text Example


Text Example

White with #C8B216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B216; }

 p { color: rgb(200,178,22); }

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

background-color css

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

 a { background-color: rgb(200,178,22); }

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

border-color css

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

 span { border-color: rgb(200,178,22); }

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