Html Css Color HEX #C2B416 Bird Flower

📋 copy color: '#C2B416'

red 194 ◦ green 180 ◦ blue 22

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

Shades of Bird Flower #C2B416

Tints of Bird Flower #C2B416

RGB

 RED value IS 194 (76.17% from 255) = 48.99%

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

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 48.99%
G = 45.45%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C2B416 (or 0xC2B416) is known color: Bird Flower. HEX triplet: C2, B4 and 16. RGB value is (194,180,22). Sum of RGB (Red+Green+Blue) = 194+180+22=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B416 is #3D4BE9. Grayscale: #A6A6A6. Windows color (decimal): -4017130 or 1488066. OLE color: 1488066.

HSL color Cylindrical-coordinate representation of color #C2B416: hue angle of 55.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2B416 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 22 -
CMYK 0 0.07 0.89 0.24
HSL 55.12º 0.8% 0.42% -
HSV(B) 55.12º 0.89% 0.76% -
XYZ 38.71 44.17 7.24 -
YUV 166.17 46.64 147.85 -
System Red Green Blue C M Y K H S L
Decimal 194 180 22 0 0.07 0.89 0.24 55.12 0.8 0.42
Hex C2 B4 16 0 7 59 18 37 50 2A
Octal 302 264 26 0 7 131 30 67 120 52
Binary 11000010 10110100 10110 0 111 1011001 11000 110111 1010000 101010

Color Harmonies of #C2B416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B416

Black with #C2B416

Text Example


Text Example

White with #C2B416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B416; }

 p { color: rgb(194,180,22); }

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

background-color css

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

 a { background-color: rgb(194,180,22); }

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

border-color css

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

 span { border-color: rgb(194,180,22); }

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