Html Css Color HEX #C5B115 Bird Flower

📋 copy color: '#C5B115'

red 197 ◦ green 177 ◦ blue 21

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

Shades of Bird Flower #C5B115

Tints of Bird Flower #C5B115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.32%

R = 49.87%
G = 44.81%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5B115 (or 0xC5B115) is known color: Bird Flower. HEX triplet: C5, B1 and 15. RGB value is (197,177,21). Sum of RGB (Red+Green+Blue) = 197+177+21=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B115 is #3A4EEA. Grayscale: #A5A5A5. Windows color (decimal): -3821291 or 1421765. OLE color: 1421765.

HSL color Cylindrical-coordinate representation of color #C5B115: hue angle of 53.18º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5B115 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 21 -
CMYK 0 0.10 0.89 0.23
HSL 53.18º 0.81% 0.43% -
HSV(B) 53.18º 0.89% 0.77% -
XYZ 38.88 43.37 7.03 -
YUV 165.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 197 177 21 0 0.10 0.89 0.23 53.18 0.81 0.43
Hex C5 B1 15 0 A 59 17 35 51 2B
Octal 305 261 25 0 12 131 27 65 121 53
Binary 11000101 10110001 10101 0 1010 1011001 10111 110101 1010001 101011

Color Harmonies of #C5B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B115

Black with #C5B115

Text Example


Text Example

White with #C5B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B115; }

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

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

background-color css

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

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

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

border-color css

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

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

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