Html Css Color HEX #C5B114 Bird Flower

📋 copy color: '#C5B114'

red 197 ◦ green 177 ◦ blue 20

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

Shades of Bird Flower #C5B114

Tints of Bird Flower #C5B114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 50%
G = 44.92%
B = 5.08%

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

#C5B114 (or 0xC5B114) is known color: Bird Flower. HEX triplet: C5, B1 and 14. RGB value is (197,177,20). Sum of RGB (Red+Green+Blue) = 197+177+20=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 177 (69.53% from 255 or 44.92% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B114 is #3A4EEB. Grayscale: #A5A5A5. Windows color (decimal): -3821292 or 1356229. OLE color: 1356229.

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

Color convert

RGB 197 177 20 -
CMYK 0 0.10 0.90 0.23
HSL 53.22º 0.82% 0.43% -
HSV(B) 53.22º 0.9% 0.77% -
XYZ 38.87 43.37 6.98 -
YUV 165.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 197 177 20 0 0.10 0.90 0.23 53.22 0.82 0.43
Hex C5 B1 14 0 A 5A 17 35 52 2B
Octal 305 261 24 0 12 132 27 65 122 53
Binary 11000101 10110001 10100 0 1010 1011010 10111 110101 1010010 101011

Color Harmonies of #C5B114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B114

Black with #C5B114

Text Example


Text Example

White with #C5B114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B114; }

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

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

background-color css

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

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

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

border-color css

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

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

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