Html Css Color HEX #C6B015 Bird Flower

📋 copy color: '#C6B015'

red 198 ◦ green 176 ◦ blue 21

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

Shades of Bird Flower #C6B015

Tints of Bird Flower #C6B015

RGB

 RED value IS 198 (77.73% from 255) = 50.13%

 GREEN value IS 176 (69.14% from 255) = 44.56%

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

R = 50.13%
G = 44.56%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C6B015 (or 0xC6B015) is known color: Bird Flower. HEX triplet: C6, B0 and 15. RGB value is (198,176,21). Sum of RGB (Red+Green+Blue) = 198+176+21=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6B015 is #394FEA. Grayscale: #A5A5A5. Windows color (decimal): -3756011 or 1421510. OLE color: 1421510.

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

Color convert

RGB 198 176 21 -
CMYK 0 0.11 0.89 0.22
HSL 52.54º 0.81% 0.43% -
HSV(B) 52.54º 0.89% 0.78% -
XYZ 38.95 43.11 6.98 -
YUV 164.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 198 176 21 0 0.11 0.89 0.22 52.54 0.81 0.43
Hex C6 B0 15 0 B 59 16 35 51 2B
Octal 306 260 25 0 13 131 26 65 121 53
Binary 11000110 10110000 10101 0 1011 1011001 10110 110101 1010001 101011

Color Harmonies of #C6B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B015

Black with #C6B015

Text Example


Text Example

White with #C6B015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B015; }

 p { color: rgb(198,176,21); }

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

background-color css

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

 a { background-color: rgb(198,176,21); }

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

border-color css

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

 span { border-color: rgb(198,176,21); }

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