Html Css Color HEX #C7C014 Bird Flower

📋 copy color: '#C7C014'

red 199 ◦ green 192 ◦ blue 20

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

Shades of Bird Flower #C7C014

Tints of Bird Flower #C7C014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

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

R = 48.42%
G = 46.72%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C7C014 (or 0xC7C014) is known color: Bird Flower. HEX triplet: C7, C0 and 14. RGB value is (199,192,20). Sum of RGB (Red+Green+Blue) = 199+192+20=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C014 is #383FEB. Grayscale: #AFAFAF. Windows color (decimal): -3686380 or 1360071. OLE color: 1360071.

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

Color convert

RGB 199 192 20 -
CMYK 0 0.04 0.90 0.22
HSL 57.65º 0.82% 0.43% -
HSV(B) 57.65º 0.9% 0.78% -
XYZ 42.53 49.89 8.05 -
YUV 174.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 199 192 20 0 0.04 0.90 0.22 57.65 0.82 0.43
Hex C7 C0 14 0 4 5A 16 3A 52 2B
Octal 307 300 24 0 4 132 26 72 122 53
Binary 11000111 11000000 10100 0 100 1011010 10110 111010 1010010 101011

Color Harmonies of #C7C014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C014

Black with #C7C014

Text Example


Text Example

White with #C7C014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C014; }

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

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

background-color css

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

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

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

border-color css

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

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

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