#CCC028

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

Shades of Barberry #CCC028

Tints of Barberry #CCC028

Color information

#CCC028 (or 0xCCC028) is unknown color: approx Barberry. HEX triplet: CC, C0 and 28. RGB value is (204,192,40). Sum of RGB (Red+Green+Blue) = 204+192+40=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC028 is #333FD7. Grayscale: #B2B2B2. Windows color (decimal): -3358680 or 2670796. OLE color: 2670796.

HSL color Cylindrical-coordinate representation of color #CCC028: hue angle of 55.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCC028 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20419240-
CMYK00.060.800.2
HSL55.61º67.21%47.84%-
HSV(B)55.61º80.39%80%-
XYZ44.1350.699.47-
YUV178.2649.98146.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 40 (16.02% from 255) = 9.17%
R=46.79%
G=44.04%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041924000.060.800.255.6167.2147.84
HexCCC028065014384330
Octal3143005006120247010360
Binary110011001100000010100001101010000101001110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC028; }

 p { color: rgb(204,192,40); }

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

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

 a { background-color: rgb(204,192,40); }

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

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

 span { border-color: rgb(204,192,40); }

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