Html Css Color HEX #C8BB0E Bird Flower

📋 copy color: '#C8BB0E'

red 200 ◦ green 187 ◦ blue 14

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

Shades of Bird Flower #C8BB0E

Tints of Bird Flower #C8BB0E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.63%

 BLUE value IS 14 (5.86% from 255) = 3.49%

R = 49.88%
G = 46.63%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8BB0E (or 0xC8BB0E) is known color: Bird Flower. HEX triplet: C8, BB and 0E. RGB value is (200,187,14). Sum of RGB (Red+Green+Blue) = 200+187+14=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BB0E is #3744F1. Grayscale: #ABABAB. Windows color (decimal): -3622130 or 965576. OLE color: 965576.

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

Color convert

RGB 200 187 14 -
CMYK 0 0.06 0.93 0.22
HSL 55.81º 0.87% 0.42% -
HSV(B) 55.81º 0.93% 0.78% -
XYZ 41.67 47.85 7.46 -
YUV 171.17 39.31 148.57 -
System Red Green Blue C M Y K H S L
Decimal 200 187 14 0 0.06 0.93 0.22 55.81 0.87 0.42
Hex C8 BB E 0 6 5D 16 38 57 2A
Octal 310 273 16 0 6 135 26 70 127 52
Binary 11001000 10111011 1110 0 110 1011101 10110 111000 1010111 101010

Color Harmonies of #C8BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB0E

Black with #C8BB0E

Text Example


Text Example

White with #C8BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB0E; }

 p { color: rgb(200,187,14); }

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

background-color css

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

 a { background-color: rgb(200,187,14); }

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

border-color css

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

 span { border-color: rgb(200,187,14); }

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