Html Css Color HEX #C7B319 Bird Flower

📋 copy color: '#C7B319'

red 199 ◦ green 179 ◦ blue 25

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

Shades of Bird Flower #C7B319

Tints of Bird Flower #C7B319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 49.38%
G = 44.42%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C7B319 (or 0xC7B319) is known color: Bird Flower. HEX triplet: C7, B3 and 19. RGB value is (199,179,25). Sum of RGB (Red+Green+Blue) = 199+179+25=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B319 is #384CE6. Grayscale: #A8A8A8. Windows color (decimal): -3689703 or 1684423. OLE color: 1684423.

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

Color convert

RGB 199 179 25 -
CMYK 0 0.10 0.87 0.22
HSL 53.1º 0.78% 0.44% -
HSV(B) 53.1º 0.87% 0.78% -
XYZ 39.85 44.45 7.4 -
YUV 167.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 199 179 25 0 0.10 0.87 0.22 53.1 0.78 0.44
Hex C7 B3 19 0 A 57 16 35 4E 2C
Octal 307 263 31 0 12 127 26 65 116 54
Binary 11000111 10110011 11001 0 1010 1010111 10110 110101 1001110 101100

Color Harmonies of #C7B319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B319

Black with #C7B319

Text Example


Text Example

White with #C7B319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B319; }

 p { color: rgb(199,179,25); }

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

background-color css

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

 a { background-color: rgb(199,179,25); }

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

border-color css

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

 span { border-color: rgb(199,179,25); }

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