#C6C229

Color #C6C229 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C6C229

Tints of Barberry #C6C229

Color information

#C6C229 (or 0xC6C229) is unknown color: approx Barberry. HEX triplet: C6, C2 and 29. RGB value is (198,194,41). Sum of RGB (Red+Green+Blue) = 198+194+41=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C229 is #393DD6. Grayscale: #B2B2B2. Windows color (decimal): -3751383 or 2736838. OLE color: 2736838.

HSL color Cylindrical-coordinate representation of color #C6C229: hue angle of 58.47º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6C229 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB19819441-
CMYK00.020.790.22
HSL58.47º65.69%46.86%-
HSV(B)58.47º79.29%77.65%-
XYZ42.9850.759.63-
YUV177.7550.83142.44-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 41 (16.41% from 255) = 9.47%
R=45.73%
G=44.80%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981944100.020.790.2258.4765.6946.86
HexC6C229024F163a422f
Octal3063025102117267210257
Binary11000110110000101010010101001111101101110101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C229; }

 p { color: rgb(198,194,41); }

 H1.HeaderClassName
 {
   color: #C6C229;
 }
 .AnyTagClassName
 {
   color: #C6C229;
 }
</style>
background-color css

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

 a { background-color: rgb(198,194,41); }

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

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

 span { border-color: rgb(198,194,41); }

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