#C8C81B

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

Shades of Barberry #C8C81B

Tints of Barberry #C8C81B

Color information

#C8C81B (or 0xC8C81B) is unknown color: approx Barberry. HEX triplet: C8, C8 and 1B. RGB value is (200,200,27). Sum of RGB (Red+Green+Blue) = 200+200+27=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 200 - color contains mainly: red, green. Hex color #C8C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C81B is #3737E4. Grayscale: #B4B4B4. Windows color (decimal): -3618789 or 1820872. OLE color: 1820872.

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

Color convert

RGB20020027-
CMYK000.860.22
HSL60º76.21%44.51%-
HSV(B)60º86.5%78.43%-
XYZ44.6753.679.04-
YUV180.2841.5142.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 27 (10.94% from 255) = 6.32%
R=46.84%
G=46.84%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20020027000.860.226076.2144.51
HexC8C81B0056163c4c2d
Octal3103103300126267411455
Binary110010001100100011011001010110101101111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C81B; }

 p { color: rgb(200,200,27); }

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

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

 a { background-color: rgb(200,200,27); }

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

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

 span { border-color: rgb(200,200,27); }

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