Html Css Color HEX #C7B60E Bird Flower

📋 copy color: '#C7B60E'

red 199 ◦ green 182 ◦ blue 14

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

Shades of Bird Flower #C7B60E

Tints of Bird Flower #C7B60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 50.38%
G = 46.08%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7B60E (or 0xC7B60E) is known color: Bird Flower. HEX triplet: C7, B6 and 0E. RGB value is (199,182,14). Sum of RGB (Red+Green+Blue) = 199+182+14=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B60E is #3849F1. Grayscale: #A8A8A8. Windows color (decimal): -3688946 or 964295. OLE color: 964295.

HSL color Cylindrical-coordinate representation of color #C7B60E: hue angle of 54.49º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7B60E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 14 -
CMYK 0 0.09 0.93 0.22
HSL 54.49º 0.87% 0.42% -
HSV(B) 54.49º 0.93% 0.78% -
XYZ 40.36 45.63 7.1 -
YUV 167.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 199 182 14 0 0.09 0.93 0.22 54.49 0.87 0.42
Hex C7 B6 E 0 9 5D 16 36 57 2A
Octal 307 266 16 0 11 135 26 66 127 52
Binary 11000111 10110110 1110 0 1001 1011101 10110 110110 1010111 101010

Color Harmonies of #C7B60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B60E

Black with #C7B60E

Text Example


Text Example

White with #C7B60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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