Html Css Color HEX #C7B90A Bird Flower

📋 copy color: '#C7B90A'

red 199 ◦ green 185 ◦ blue 10

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

Shades of Bird Flower #C7B90A

Tints of Bird Flower #C7B90A

RGB

 RED value IS 199 (78.13% from 255) = 50.51%

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 50.51%
G = 46.95%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7B90A (or 0xC7B90A) is known color: Bird Flower. HEX triplet: C7, B9 and 0A. RGB value is (199,185,10). Sum of RGB (Red+Green+Blue) = 199+185+10=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B90A is #3846F5. Grayscale: #A9A9A9. Windows color (decimal): -3688182 or 702919. OLE color: 702919.

HSL color Cylindrical-coordinate representation of color #C7B90A: hue angle of 55.56º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7B90A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 185 10 -
CMYK 0 0.07 0.95 0.22
HSL 55.56º 0.9% 0.41% -
HSV(B) 55.56º 0.95% 0.78% -
XYZ 40.96 46.86 7.17 -
YUV 169.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 199 185 10 0 0.07 0.95 0.22 55.56 0.9 0.41
Hex C7 B9 A 0 7 5F 16 38 5A 29
Octal 307 271 12 0 7 137 26 70 132 51
Binary 11000111 10111001 1010 0 111 1011111 10110 111000 1011010 101001

Color Harmonies of #C7B90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B90A

Black with #C7B90A

Text Example


Text Example

White with #C7B90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B90A; }

 p { color: rgb(199,185,10); }

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

background-color css

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

 a { background-color: rgb(199,185,10); }

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

border-color css

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

 span { border-color: rgb(199,185,10); }

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