#C3C02C

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

Shades of Barberry #C3C02C

Tints of Barberry #C3C02C

Color information

#C3C02C (or 0xC3C02C) is unknown color: approx Barberry. HEX triplet: C3, C0 and 2C. RGB value is (195,192,44). Sum of RGB (Red+Green+Blue) = 195+192+44=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C02C is #3C3FD3. Grayscale: #B0B0B0. Windows color (decimal): -3948500 or 2932931. OLE color: 2932931.

HSL color Cylindrical-coordinate representation of color #C3C02C: hue angle of 58.81º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3C02C is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19519244-
CMYK00.020.770.24
HSL58.81º63.18%46.86%-
HSV(B)58.81º77.44%76.47%-
XYZ41.8149.489.73-
YUV176.0253.49141.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.24%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 44 (17.58% from 255) = 10.21%
R=45.24%
G=44.55%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951924400.020.770.2458.8163.1846.86
HexC3C02C024D183b3f2f
Octal303300540211530737757
Binary1100001111000000101100010100110111000111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C02C; }

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

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

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

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

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

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

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

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