Html Css Color HEX #C7AF14 Bird Flower

📋 copy color: '#C7AF14'

red 199 ◦ green 175 ◦ blue 20

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

Shades of Bird Flower #C7AF14

Tints of Bird Flower #C7AF14

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 50.51%
G = 44.42%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7AF14 (or 0xC7AF14) is known color: Bird Flower. HEX triplet: C7, AF and 14. RGB value is (199,175,20). Sum of RGB (Red+Green+Blue) = 199+175+20=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF14 is #3850EB. Grayscale: #A5A5A5. Windows color (decimal): -3690732 or 1355719. OLE color: 1355719.

HSL color Cylindrical-coordinate representation of color #C7AF14: hue angle of 51.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7AF14 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 20 -
CMYK 0 0.12 0.90 0.22
HSL 51.96º 0.82% 0.43% -
HSV(B) 51.96º 0.9% 0.78% -
XYZ 39.01 42.85 6.88 -
YUV 164.51 46.45 152.6 -
System Red Green Blue C M Y K H S L
Decimal 199 175 20 0 0.12 0.90 0.22 51.96 0.82 0.43
Hex C7 AF 14 0 C 5A 16 34 52 2B
Octal 307 257 24 0 14 132 26 64 122 53
Binary 11000111 10101111 10100 0 1100 1011010 10110 110100 1010010 101011

Color Harmonies of #C7AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF14

Black with #C7AF14

Text Example


Text Example

White with #C7AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF14; }

 p { color: rgb(199,175,20); }

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

background-color css

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

 a { background-color: rgb(199,175,20); }

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

border-color css

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

 span { border-color: rgb(199,175,20); }

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