#C9C127

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

Shades of Barberry #C9C127

Tints of Barberry #C9C127

Color information

#C9C127 (or 0xC9C127) is unknown color: approx Barberry. HEX triplet: C9, C1 and 27. RGB value is (201,193,39). Sum of RGB (Red+Green+Blue) = 201+193+39=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C127 is #363ED8. Grayscale: #B2B2B2. Windows color (decimal): -3555033 or 2605513. OLE color: 2605513.

HSL color Cylindrical-coordinate representation of color #C9C127: hue angle of 57.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9C127 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20119339-
CMYK00.040.810.21
HSL57.04º67.5%47.06%-
HSV(B)57.04º80.6%78.82%-
XYZ43.5250.79.41-
YUV177.8449.65144.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 193 (75.78% from 255) = 44.57%
BLUE value IS 39 (15.62% from 255) = 9.01%
R=46.42%
G=44.57%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011933900.040.810.2157.0467.547.06
HexC9C12704511539442f
Octal3113014704121257110457
Binary110010011100000110011101001010001101011110011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C127; }

 p { color: rgb(201,193,39); }

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

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

 a { background-color: rgb(201,193,39); }

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

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

 span { border-color: rgb(201,193,39); }

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