#CFC92E

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

Shades of Barberry #CFC92E

Tints of Barberry #CFC92E

Color information

#CFC92E (or 0xCFC92E) is unknown color: approx Barberry. HEX triplet: CF, C9 and 2E. RGB value is (207,201,46). Sum of RGB (Red+Green+Blue) = 207+201+46=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC92E is #3036D1. Grayscale: #B9B9B9. Windows color (decimal): -3159762 or 3066319. OLE color: 3066319.

HSL color Cylindrical-coordinate representation of color #CFC92E: hue angle of 57.76º 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 #CFC92E is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20720146-
CMYK00.030.780.19
HSL57.76º63.64%49.61%-
HSV(B)57.76º77.78%81.18%-
XYZ47.1155.2410.76-
YUV185.1249.49143.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.59%
GREEN value IS 201 (78.91% from 255) = 44.27%
BLUE value IS 46 (18.36% from 255) = 10.13%
R=45.59%
G=44.27%
B=10.13%

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
Decimal2072014600.030.780.1957.7663.6449.61
HexCFC92E034E133a4032
Octal3173115603116237210062
Binary11001111110010011011100111001110100111110101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC92E; }

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

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

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

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

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

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

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

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