Html Css Color HEX #C8B90F Bird Flower

📋 copy color: '#C8B90F'

red 200 ◦ green 185 ◦ blue 15

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

Shades of Bird Flower #C8B90F

Tints of Bird Flower #C8B90F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.25%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 50%
G = 46.25%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8B90F (or 0xC8B90F) is known color: Bird Flower. HEX triplet: C8, B9 and 0F. RGB value is (200,185,15). Sum of RGB (Red+Green+Blue) = 200+185+15=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B90F is #3746F0. Grayscale: #AAAAAA. Windows color (decimal): -3622641 or 1030600. OLE color: 1030600.

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

Color convert

RGB 200 185 15 -
CMYK 0 0.08 0.92 0.22
HSL 55.14º 0.86% 0.42% -
HSV(B) 55.14º 0.93% 0.78% -
XYZ 41.25 47.01 7.35 -
YUV 170.11 40.47 149.32 -
System Red Green Blue C M Y K H S L
Decimal 200 185 15 0 0.08 0.92 0.22 55.14 0.86 0.42
Hex C8 B9 F 0 8 5C 16 37 56 2A
Octal 310 271 17 0 10 134 26 67 126 52
Binary 11001000 10111001 1111 0 1000 1011100 10110 110111 1010110 101010

Color Harmonies of #C8B90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B90F

Black with #C8B90F

Text Example


Text Example

White with #C8B90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B90F; }

 p { color: rgb(200,185,15); }

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

background-color css

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

 a { background-color: rgb(200,185,15); }

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

border-color css

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

 span { border-color: rgb(200,185,15); }

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