#C3C226

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

Shades of Barberry #C3C226

Tints of Barberry #C3C226

Color information

#C3C226 (or 0xC3C226) is unknown color: approx Barberry. HEX triplet: C3, C2 and 26. RGB value is (195,194,38). Sum of RGB (Red+Green+Blue) = 195+194+38=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C226 is #3C3DD9. Grayscale: #B1B1B1. Windows color (decimal): -3947994 or 2540227. OLE color: 2540227.

HSL color Cylindrical-coordinate representation of color #C3C226: hue angle of 59.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3C226 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19519438-
CMYK00.010.810.24
HSL59.62º67.38%45.69%-
HSV(B)59.62º80.51%76.47%-
XYZ42.1550.339.33-
YUV176.5249.83141.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 38 (15.23% from 255) = 8.90%
R=45.67%
G=45.43%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951943800.010.810.2459.6267.3845.69
HexC3C2260151183c432e
Octal3033024601121307410356
Binary1100001111000010100110011010001110001111001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C226; }

 p { color: rgb(195,194,38); }

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

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

 a { background-color: rgb(195,194,38); }

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

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

 span { border-color: rgb(195,194,38); }

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