#CFC82E

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

Shades of Barberry #CFC82E

Tints of Barberry #CFC82E

Color information

#CFC82E (or 0xCFC82E) is unknown color: approx Barberry. HEX triplet: CF, C8 and 2E. RGB value is (207,200,46). Sum of RGB (Red+Green+Blue) = 207+200+46=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC82E is #3037D1. Grayscale: #B9B9B9. Windows color (decimal): -3160018 or 3066063. OLE color: 3066063.

HSL color Cylindrical-coordinate representation of color #CFC82E: hue angle of 57.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFC82E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20720046-
CMYK00.030.780.19
HSL57.39º63.64%49.61%-
HSV(B)57.39º77.78%81.18%-
XYZ46.8854.7710.69-
YUV184.5449.82144.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.70%
GREEN value IS 200 (78.52% from 255) = 44.15%
BLUE value IS 46 (18.36% from 255) = 10.15%
R=45.70%
G=44.15%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072004600.030.780.1957.3963.6449.61
HexCFC82E034E13394032
Octal3173105603116237110062
Binary11001111110010001011100111001110100111110011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC82E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC82E; }

 p { color: rgb(207,200,46); }

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

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

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

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

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

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

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