Html Css Color HEX #C5B113 Bird Flower

📋 copy color: '#C5B113'

red 197 ◦ green 177 ◦ blue 19

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

Shades of Bird Flower #C5B113

Tints of Bird Flower #C5B113

RGB

 RED value IS 197 (77.34% from 255) = 50.13%

 GREEN value IS 177 (69.53% from 255) = 45.04%

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 50.13%
G = 45.04%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5B113 (or 0xC5B113) is known color: Bird Flower. HEX triplet: C5, B1 and 13. RGB value is (197,177,19). Sum of RGB (Red+Green+Blue) = 197+177+19=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B113 is #3A4EEC. Grayscale: #A5A5A5. Windows color (decimal): -3821293 or 1290693. OLE color: 1290693.

HSL color Cylindrical-coordinate representation of color #C5B113: hue angle of 53.26º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5B113 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 19 -
CMYK 0 0.10 0.90 0.23
HSL 53.26º 0.82% 0.42% -
HSV(B) 53.26º 0.9% 0.77% -
XYZ 38.87 43.36 6.94 -
YUV 164.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 197 177 19 0 0.10 0.90 0.23 53.26 0.82 0.42
Hex C5 B1 13 0 A 5A 17 35 52 2A
Octal 305 261 23 0 12 132 27 65 122 52
Binary 11000101 10110001 10011 0 1010 1011010 10111 110101 1010010 101010

Color Harmonies of #C5B113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B113

Black with #C5B113

Text Example


Text Example

White with #C5B113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B113; }

 p { color: rgb(197,177,19); }

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

background-color css

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

 a { background-color: rgb(197,177,19); }

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

border-color css

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

 span { border-color: rgb(197,177,19); }

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