#CFC528

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

Shades of Barberry #CFC528

Tints of Barberry #CFC528

Color information

#CFC528 (or 0xCFC528) is unknown color: approx Barberry. HEX triplet: CF, C5 and 28. RGB value is (207,197,40). Sum of RGB (Red+Green+Blue) = 207+197+40=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC528 is #303AD7. Grayscale: #B6B6B6. Windows color (decimal): -3160792 or 2672079. OLE color: 2672079.

HSL color Cylindrical-coordinate representation of color #CFC528: hue angle of 56.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFC528 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB20719740-
CMYK00.050.810.19
HSL56.41º67.61%48.43%-
HSV(B)56.41º80.68%81.18%-
XYZ46.0853.359.88-
YUV182.0947.81145.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 40 (16.02% from 255) = 9.01%
R=46.62%
G=44.37%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071974000.050.810.1956.4167.6148.43
HexCFC528055113384430
Octal3173055005121237010460
Binary110011111100010110100001011010001100111110001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC528; }

 p { color: rgb(207,197,40); }

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

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

 a { background-color: rgb(207,197,40); }

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

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

 span { border-color: rgb(207,197,40); }

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