#C3C129

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

Shades of Barberry #C3C129

Tints of Barberry #C3C129

Color information

#C3C129 (or 0xC3C129) is unknown color: approx Barberry. HEX triplet: C3, C1 and 29. RGB value is (195,193,41). Sum of RGB (Red+Green+Blue) = 195+193+41=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C129 is #3C3ED6. Grayscale: #B0B0B0. Windows color (decimal): -3948247 or 2736579. OLE color: 2736579.

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

Color convert

RGB19519341-
CMYK00.010.790.24
HSL59.22º65.25%46.27%-
HSV(B)59.22º78.97%76.47%-
XYZ41.9849.99.52-
YUV176.2751.66141.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 41 (16.41% from 255) = 9.56%
R=45.45%
G=44.99%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951934100.010.790.2459.2265.2546.27
HexC3C129014F183b412e
Octal3033015101117307310156
Binary1100001111000001101001011001111110001110111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C129; }

 p { color: rgb(195,193,41); }

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

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

 a { background-color: rgb(195,193,41); }

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

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

 span { border-color: rgb(195,193,41); }

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