#C5C42A

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

Shades of Barberry #C5C42A

Tints of Barberry #C5C42A

Color information

#C5C42A (or 0xC5C42A) is unknown color: approx Barberry. HEX triplet: C5, C4 and 2A. RGB value is (197,196,42). Sum of RGB (Red+Green+Blue) = 197+196+42=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 196 (76.95% from 255 or 45.06% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C42A is #3A3BD5. Grayscale: #B3B3B3. Windows color (decimal): -3816406 or 2802885. OLE color: 2802885.

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

Color convert

RGB19719642-
CMYK00.010.790.23
HSL59.61º64.85%46.86%-
HSV(B)59.61º78.68%77.25%-
XYZ43.1851.529.86-
YUV178.7450.83141.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 196 (76.95% from 255) = 45.06%
BLUE value IS 42 (16.80% from 255) = 9.66%
R=45.29%
G=45.06%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971964200.010.790.2359.6164.8546.86
HexC5C42A014F173c412f
Octal3053045201117277410157
Binary1100010111000100101010011001111101111111001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C42A; }

 p { color: rgb(197,196,42); }

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

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

 a { background-color: rgb(197,196,42); }

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

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

 span { border-color: rgb(197,196,42); }

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