Html Css Color HEX #C7B00F Bird Flower

📋 copy color: '#C7B00F'

red 199 ◦ green 176 ◦ blue 15

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

Shades of Bird Flower #C7B00F

Tints of Bird Flower #C7B00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.85%

R = 51.03%
G = 45.13%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C7B00F (or 0xC7B00F) is known color: Bird Flower. HEX triplet: C7, B0 and 0F. RGB value is (199,176,15). Sum of RGB (Red+Green+Blue) = 199+176+15=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 15 (6.25% from 255 or 3.85% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7B00F is #384FF0. Grayscale: #A5A5A5. Windows color (decimal): -3690481 or 1028295. OLE color: 1028295.

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

Color convert

RGB 199 176 15 -
CMYK 0 0.12 0.92 0.22
HSL 52.5º 0.86% 0.42% -
HSV(B) 52.5º 0.92% 0.78% -
XYZ 39.16 43.23 6.73 -
YUV 164.52 43.62 152.59 -
System Red Green Blue C M Y K H S L
Decimal 199 176 15 0 0.12 0.92 0.22 52.5 0.86 0.42
Hex C7 B0 F 0 C 5C 16 34 56 2A
Octal 307 260 17 0 14 134 26 64 126 52
Binary 11000111 10110000 1111 0 1100 1011100 10110 110100 1010110 101010

Color Harmonies of #C7B00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B00F

Black with #C7B00F

Text Example


Text Example

White with #C7B00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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