Html Css Color HEX #C7B610 Bird Flower

📋 copy color: '#C7B610'

red 199 ◦ green 182 ◦ blue 16

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

Shades of Bird Flower #C7B610

Tints of Bird Flower #C7B610

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.84%

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

R = 50.13%
G = 45.84%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B610 (or 0xC7B610) is known color: Bird Flower. HEX triplet: C7, B6 and 10. RGB value is (199,182,16). Sum of RGB (Red+Green+Blue) = 199+182+16=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B610 is #3849EF. Grayscale: #A8A8A8. Windows color (decimal): -3688944 or 1095367. OLE color: 1095367.

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

Color convert

RGB 199 182 16 -
CMYK 0 0.09 0.92 0.22
HSL 54.43º 0.85% 0.42% -
HSV(B) 54.43º 0.92% 0.78% -
XYZ 40.37 45.64 7.17 -
YUV 168.16 42.13 150 -
System Red Green Blue C M Y K H S L
Decimal 199 182 16 0 0.09 0.92 0.22 54.43 0.85 0.42
Hex C7 B6 10 0 9 5C 16 36 55 2A
Octal 307 266 20 0 11 134 26 66 125 52
Binary 11000111 10110110 10000 0 1001 1011100 10110 110110 1010101 101010

Color Harmonies of #C7B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B610

Black with #C7B610

Text Example


Text Example

White with #C7B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B610; }

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

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

background-color css

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

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

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

border-color css

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

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

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