#C3C22E

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

Shades of Barberry #C3C22E

Tints of Barberry #C3C22E

Color information

#C3C22E (or 0xC3C22E) is unknown color: approx Barberry. HEX triplet: C3, C2 and 2E. RGB value is (195,194,46). Sum of RGB (Red+Green+Blue) = 195+194+46=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C22E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C22E is #3C3DD1. Grayscale: #B2B2B2. Windows color (decimal): -3947986 or 3064515. OLE color: 3064515.

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

Color convert

RGB19519446-
CMYK00.010.760.24
HSL59.6º61.83%47.25%-
HSV(B)59.6º76.41%76.47%-
XYZ42.2950.3810.08-
YUV177.4353.83140.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 46 (18.36% from 255) = 10.57%
R=44.83%
G=44.60%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951944600.010.760.2459.661.8347.25
HexC3C22E014C183c3e2f
Octal303302560111430747657
Binary110000111100001010111001100110011000111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C22E; }

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

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

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

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

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

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

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

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