Html Css Color HEX #C7B50A Bird Flower

📋 copy color: '#C7B50A'

red 199 ◦ green 181 ◦ blue 10

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

Shades of Bird Flower #C7B50A

Tints of Bird Flower #C7B50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.41%

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

R = 51.03%
G = 46.41%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7B50A (or 0xC7B50A) is known color: Bird Flower. HEX triplet: C7, B5 and 0A. RGB value is (199,181,10). Sum of RGB (Red+Green+Blue) = 199+181+10=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 181 (71.09% from 255 or 46.41% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B50A is #384AF5. Grayscale: #A7A7A7. Windows color (decimal): -3689206 or 701895. OLE color: 701895.

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

Color convert

RGB 199 181 10 -
CMYK 0 0.09 0.95 0.22
HSL 54.29º 0.9% 0.41% -
HSV(B) 54.29º 0.95% 0.78% -
XYZ 40.13 45.21 6.9 -
YUV 166.89 39.46 150.9 -
System Red Green Blue C M Y K H S L
Decimal 199 181 10 0 0.09 0.95 0.22 54.29 0.9 0.41
Hex C7 B5 A 0 9 5F 16 36 5A 29
Octal 307 265 12 0 11 137 26 66 132 51
Binary 11000111 10110101 1010 0 1001 1011111 10110 110110 1011010 101001

Color Harmonies of #C7B50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B50A

Black with #C7B50A

Text Example


Text Example

White with #C7B50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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