Html Css Color HEX #C7B117 Bird Flower

📋 copy color: '#C7B117'

red 199 ◦ green 177 ◦ blue 23

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

Shades of Bird Flower #C7B117

Tints of Bird Flower #C7B117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 49.87%
G = 44.36%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7B117 (or 0xC7B117) is known color: Bird Flower. HEX triplet: C7, B1 and 17. RGB value is (199,177,23). Sum of RGB (Red+Green+Blue) = 199+177+23=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B117 is #384EE8. Grayscale: #A6A6A6. Windows color (decimal): -3690217 or 1552839. OLE color: 1552839.

HSL color Cylindrical-coordinate representation of color #C7B117: hue angle of 52.5º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7B117 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 177 23 -
CMYK 0 0.11 0.88 0.22
HSL 52.5º 0.79% 0.44% -
HSV(B) 52.5º 0.88% 0.78% -
XYZ 39.43 43.65 7.16 -
YUV 166.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 199 177 23 0 0.11 0.88 0.22 52.5 0.79 0.44
Hex C7 B1 17 0 B 58 16 34 4F 2C
Octal 307 261 27 0 13 130 26 64 117 54
Binary 11000111 10110001 10111 0 1011 1011000 10110 110100 1001111 101100

Color Harmonies of #C7B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B117

Black with #C7B117

Text Example


Text Example

White with #C7B117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B117; }

 p { color: rgb(199,177,23); }

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

background-color css

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

 a { background-color: rgb(199,177,23); }

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

border-color css

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

 span { border-color: rgb(199,177,23); }

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