Html Css Color HEX #C5B413 Bird Flower

📋 copy color: '#C5B413'

red 197 ◦ green 180 ◦ blue 19

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

Shades of Bird Flower #C5B413

Tints of Bird Flower #C5B413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

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

R = 49.75%
G = 45.45%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5B413 (or 0xC5B413) is known color: Bird Flower. HEX triplet: C5, B4 and 13. RGB value is (197,180,19). Sum of RGB (Red+Green+Blue) = 197+180+19=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B413 is #3A4BEC. Grayscale: #A7A7A7. Windows color (decimal): -3820525 or 1291461. OLE color: 1291461.

HSL color Cylindrical-coordinate representation of color #C5B413: hue angle of 54.27º 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 #C5B413 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 19 -
CMYK 0 0.09 0.90 0.23
HSL 54.27º 0.82% 0.42% -
HSV(B) 54.27º 0.9% 0.77% -
XYZ 39.46 44.56 7.14 -
YUV 166.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 197 180 19 0 0.09 0.90 0.23 54.27 0.82 0.42
Hex C5 B4 13 0 9 5A 17 36 52 2A
Octal 305 264 23 0 11 132 27 66 122 52
Binary 11000101 10110100 10011 0 1001 1011010 10111 110110 1010010 101010

Color Harmonies of #C5B413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B413

Black with #C5B413

Text Example


Text Example

White with #C5B413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B413; }

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

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

background-color css

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

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

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

border-color css

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

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

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