Html Css Color HEX #C7B007 Bird Flower

📋 copy color: '#C7B007'

red 199 ◦ green 176 ◦ blue 7

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

Shades of Bird Flower #C7B007

Tints of Bird Flower #C7B007

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 52.09%
G = 46.07%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C7B007 (or 0xC7B007) is known color: Bird Flower. HEX triplet: C7, B0 and 07. RGB value is (199,176,7). Sum of RGB (Red+Green+Blue) = 199+176+7=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 7 (3.12% from 255 or 1.83% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B007 is #384FF8. Grayscale: #A4A4A4. Windows color (decimal): -3690489 or 504007. OLE color: 504007.

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

Color convert

RGB 199 176 7 -
CMYK 0 0.12 0.96 0.22
HSL 52.81º 0.93% 0.4% -
HSV(B) 52.81º 0.96% 0.78% -
XYZ 39.12 43.21 6.48 -
YUV 163.61 39.62 153.24 -
System Red Green Blue C M Y K H S L
Decimal 199 176 7 0 0.12 0.96 0.22 52.81 0.93 0.4
Hex C7 B0 7 0 C 60 16 35 5D 28
Octal 307 260 7 0 14 140 26 65 135 50
Binary 11000111 10110000 111 0 1100 1100000 10110 110101 1011101 101000

Color Harmonies of #C7B007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B007

Black with #C7B007

Text Example


Text Example

White with #C7B007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B007; }

 p { color: rgb(199,176,7); }

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

background-color css

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

 a { background-color: rgb(199,176,7); }

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

border-color css

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

 span { border-color: rgb(199,176,7); }

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