Html Css Color HEX #C7AD10 Bird Flower

📋 copy color: '#C7AD10'

red 199 ◦ green 173 ◦ blue 16

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

Shades of Bird Flower #C7AD10

Tints of Bird Flower #C7AD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 51.29%
G = 44.59%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7AD10 (or 0xC7AD10) is known color: Bird Flower. HEX triplet: C7, AD and 10. RGB value is (199,173,16). Sum of RGB (Red+Green+Blue) = 199+173+16=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AD10 is #3852EF. Grayscale: #A3A3A3. Windows color (decimal): -3691248 or 1093063. OLE color: 1093063.

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

Color convert

RGB 199 173 16 -
CMYK 0 0.13 0.92 0.22
HSL 51.48º 0.85% 0.42% -
HSV(B) 51.48º 0.92% 0.78% -
XYZ 38.59 42.07 6.58 -
YUV 162.88 45.11 153.77 -
System Red Green Blue C M Y K H S L
Decimal 199 173 16 0 0.13 0.92 0.22 51.48 0.85 0.42
Hex C7 AD 10 0 D 5C 16 33 55 2A
Octal 307 255 20 0 15 134 26 63 125 52
Binary 11000111 10101101 10000 0 1101 1011100 10110 110011 1010101 101010

Color Harmonies of #C7AD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD10

Black with #C7AD10

Text Example


Text Example

White with #C7AD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD10; }

 p { color: rgb(199,173,16); }

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

background-color css

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

 a { background-color: rgb(199,173,16); }

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

border-color css

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

 span { border-color: rgb(199,173,16); }

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