#C6C41D

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

Shades of Barberry #C6C41D

Tints of Barberry #C6C41D

Color information

#C6C41D (or 0xC6C41D) is unknown color: approx Barberry. HEX triplet: C6, C4 and 1D. RGB value is (198,196,29). Sum of RGB (Red+Green+Blue) = 198+196+29=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C41D is #393BE2. Grayscale: #B2B2B2. Windows color (decimal): -3750883 or 1950918. OLE color: 1950918.

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

Color convert

RGB19819629-
CMYK00.010.850.22
HSL59.29º74.45%44.51%-
HSV(B)59.29º85.35%77.65%-
XYZ43.2551.578.84-
YUV177.5644.16142.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.81%
GREEN value IS 196 (76.95% from 255) = 46.34%
BLUE value IS 29 (11.72% from 255) = 6.86%
R=46.81%
G=46.34%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981962900.010.850.2259.2974.4544.51
HexC6C41D0155163b4a2d
Octal3063043501125267311255
Binary110001101100010011101011010101101101110111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C41D; }

 p { color: rgb(198,196,29); }

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

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

 a { background-color: rgb(198,196,29); }

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

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

 span { border-color: rgb(198,196,29); }

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