Html Css Color HEX #C8B211 Bird Flower

📋 copy color: '#C8B211'

red 200 ◦ green 178 ◦ blue 17

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

Shades of Bird Flower #C8B211

Tints of Bird Flower #C8B211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.3%

R = 50.63%
G = 45.06%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8B211 (or 0xC8B211) is known color: Bird Flower. HEX triplet: C8, B2 and 11. RGB value is (200,178,17). Sum of RGB (Red+Green+Blue) = 200+178+17=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 17 (7.03% from 255 or 4.30% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B211 is #374DEE. Grayscale: #A6A6A6. Windows color (decimal): -3624431 or 1159880. OLE color: 1159880.

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

Color convert

RGB 200 178 17 -
CMYK 0 0.11 0.92 0.22
HSL 52.79º 0.84% 0.43% -
HSV(B) 52.79º 0.92% 0.78% -
XYZ 39.84 44.16 6.95 -
YUV 166.22 43.79 152.09 -
System Red Green Blue C M Y K H S L
Decimal 200 178 17 0 0.11 0.92 0.22 52.79 0.84 0.43
Hex C8 B2 11 0 B 5C 16 35 54 2B
Octal 310 262 21 0 13 134 26 65 124 53
Binary 11001000 10110010 10001 0 1011 1011100 10110 110101 1010100 101011

Color Harmonies of #C8B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B211

Black with #C8B211

Text Example


Text Example

White with #C8B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B211; }

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

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

background-color css

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

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

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

border-color css

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

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

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