Html Css Color HEX #C7B210 Bird Flower

📋 copy color: '#C7B210'

red 199 ◦ green 178 ◦ blue 16

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

Shades of Bird Flower #C7B210

Tints of Bird Flower #C7B210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.29%

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

R = 50.64%
G = 45.29%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B210 (or 0xC7B210) is known color: Bird Flower. HEX triplet: C7, B2 and 10. RGB value is (199,178,16). Sum of RGB (Red+Green+Blue) = 199+178+16=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 16 (6.64% from 255 or 4.07% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B210 is #384DEF. Grayscale: #A6A6A6. Windows color (decimal): -3689968 or 1094343. OLE color: 1094343.

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

Color convert

RGB 199 178 16 -
CMYK 0 0.11 0.92 0.22
HSL 53.11º 0.85% 0.42% -
HSV(B) 53.11º 0.92% 0.78% -
XYZ 39.57 44.02 6.9 -
YUV 165.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 199 178 16 0 0.11 0.92 0.22 53.11 0.85 0.42
Hex C7 B2 10 0 B 5C 16 35 55 2A
Octal 307 262 20 0 13 134 26 65 125 52
Binary 11000111 10110010 10000 0 1011 1011100 10110 110101 1010101 101010

Color Harmonies of #C7B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B210

Black with #C7B210

Text Example


Text Example

White with #C7B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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