Html Css Color HEX #C7B50C Bird Flower

📋 copy color: '#C7B50C'

red 199 ◦ green 181 ◦ blue 12

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

Shades of Bird Flower #C7B50C

Tints of Bird Flower #C7B50C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 50.77%
G = 46.17%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7B50C (or 0xC7B50C) is known color: Bird Flower. HEX triplet: C7, B5 and 0C. RGB value is (199,181,12). Sum of RGB (Red+Green+Blue) = 199+181+12=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7B50C is #384AF3. Grayscale: #A7A7A7. Windows color (decimal): -3689204 or 832967. OLE color: 832967.

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

Color convert

RGB 199 181 12 -
CMYK 0 0.09 0.94 0.22
HSL 54.22º 0.89% 0.41% -
HSV(B) 54.22º 0.94% 0.78% -
XYZ 40.14 45.22 6.96 -
YUV 167.12 40.46 150.74 -
System Red Green Blue C M Y K H S L
Decimal 199 181 12 0 0.09 0.94 0.22 54.22 0.89 0.41
Hex C7 B5 C 0 9 5E 16 36 59 29
Octal 307 265 14 0 11 136 26 66 131 51
Binary 11000111 10110101 1100 0 1001 1011110 10110 110110 1011001 101001

Color Harmonies of #C7B50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B50C

Black with #C7B50C

Text Example


Text Example

White with #C7B50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B50C; }

 p { color: rgb(199,181,12); }

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

background-color css

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

 a { background-color: rgb(199,181,12); }

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

border-color css

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

 span { border-color: rgb(199,181,12); }

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