Html Css Color HEX #C7B725 Bird Flower

📋 copy color: '#C7B725'

red 199 ◦ green 183 ◦ blue 37

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

Shades of Bird Flower #C7B725

Tints of Bird Flower #C7B725

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.68%

 BLUE value IS 37 (14.84% from 255) = 8.83%

R = 47.49%
G = 43.68%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C7B725 (or 0xC7B725) is known color: Bird Flower. HEX triplet: C7, B7 and 25. RGB value is (199,183,37). Sum of RGB (Red+Green+Blue) = 199+183+37=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B725 is #3848DA. Grayscale: #ABABAB. Windows color (decimal): -3688667 or 2471879. OLE color: 2471879.

HSL color Cylindrical-coordinate representation of color #C7B725: hue angle of 54.07º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7B725 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 183 37 -
CMYK 0 0.08 0.81 0.22
HSL 54.07º 0.69% 0.46% -
HSV(B) 54.07º 0.81% 0.78% -
XYZ 40.82 46.14 8.51 -
YUV 171.14 52.3 147.87 -
System Red Green Blue C M Y K H S L
Decimal 199 183 37 0 0.08 0.81 0.22 54.07 0.69 0.46
Hex C7 B7 25 0 8 51 16 36 45 2E
Octal 307 267 45 0 10 121 26 66 105 56
Binary 11000111 10110111 100101 0 1000 1010001 10110 110110 1000101 101110

Color Harmonies of #C7B725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B725

Black with #C7B725

Text Example


Text Example

White with #C7B725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B725; }

 p { color: rgb(199,183,37); }

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

background-color css

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

 a { background-color: rgb(199,183,37); }

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

border-color css

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

 span { border-color: rgb(199,183,37); }

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