#C3C027

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

Shades of Barberry #C3C027

Tints of Barberry #C3C027

Color information

#C3C027 (or 0xC3C027) is unknown color: approx Barberry. HEX triplet: C3, C0 and 27. RGB value is (195,192,39). Sum of RGB (Red+Green+Blue) = 195+192+39=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 192 (75.39% from 255 or 45.07% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C027 is #3C3FD8. Grayscale: #B0B0B0. Windows color (decimal): -3948505 or 2605251. OLE color: 2605251.

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

Color convert

RGB19519239-
CMYK00.020.800.24
HSL58.85º66.67%45.88%-
HSV(B)58.85º80%76.47%-
XYZ41.7249.459.26-
YUV175.4650.99141.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.77%
GREEN value IS 192 (75.39% from 255) = 45.07%
BLUE value IS 39 (15.62% from 255) = 9.15%
R=45.77%
G=45.07%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951923900.020.800.2458.8566.6745.88
HexC3C0270250183b432e
Octal3033004702120307310356
Binary11000011110000001001110101010000110001110111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C027; }

 p { color: rgb(195,192,39); }

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

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

 a { background-color: rgb(195,192,39); }

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

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

 span { border-color: rgb(195,192,39); }

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