Html Css Color HEX #C8BE11 Bird Flower

📋 copy color: '#C8BE11'

red 200 ◦ green 190 ◦ blue 17

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

Shades of Bird Flower #C8BE11

Tints of Bird Flower #C8BE11

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

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

R = 49.14%
G = 46.68%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8BE11 (or 0xC8BE11) is known color: Bird Flower. HEX triplet: C8, BE and 11. RGB value is (200,190,17). Sum of RGB (Red+Green+Blue) = 200+190+17=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 17 (7.03% from 255 or 4.18% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8BE11 is #3741EE. Grayscale: #ADADAD. Windows color (decimal): -3621359 or 1162952. OLE color: 1162952.

HSL color Cylindrical-coordinate representation of color #C8BE11: hue angle of 56.72º 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 #C8BE11 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 190 17 -
CMYK 0 0.05 0.92 0.22
HSL 56.72º 0.84% 0.43% -
HSV(B) 56.72º 0.92% 0.78% -
XYZ 42.33 49.15 7.79 -
YUV 173.27 39.81 147.07 -
System Red Green Blue C M Y K H S L
Decimal 200 190 17 0 0.05 0.92 0.22 56.72 0.84 0.43
Hex C8 BE 11 0 5 5C 16 39 54 2B
Octal 310 276 21 0 5 134 26 71 124 53
Binary 11001000 10111110 10001 0 101 1011100 10110 111001 1010100 101011

Color Harmonies of #C8BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE11

Black with #C8BE11

Text Example


Text Example

White with #C8BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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