#C9C61E

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

Shades of Barberry #C9C61E

Tints of Barberry #C9C61E

Color information

#C9C61E (or 0xC9C61E) is unknown color: approx Barberry. HEX triplet: C9, C6 and 1E. RGB value is (201,198,30). Sum of RGB (Red+Green+Blue) = 201+198+30=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C61E is #3639E1. Grayscale: #B4B4B4. Windows color (decimal): -3553762 or 2016969. OLE color: 2016969.

HSL color Cylindrical-coordinate representation of color #C9C61E: hue angle of 58.95º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9C61E is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB20119830-
CMYK00.010.850.21
HSL58.95º74.03%45.29%-
HSV(B)58.95º85.07%78.82%-
XYZ44.5252.99.09-
YUV179.7443.49143.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 30 (12.11% from 255) = 6.99%
R=46.85%
G=46.15%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011983000.010.850.2158.9574.0345.29
HexC9C61E0155153b4a2d
Octal3113063601125257311255
Binary110010011100011011110011010101101011110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C61E; }

 p { color: rgb(201,198,30); }

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

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

 a { background-color: rgb(201,198,30); }

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

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

 span { border-color: rgb(201,198,30); }

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