#CCC329

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

Shades of Barberry #CCC329

Tints of Barberry #CCC329

Color information

#CCC329 (or 0xCCC329) is unknown color: approx Barberry. HEX triplet: CC, C3 and 29. RGB value is (204,195,41). Sum of RGB (Red+Green+Blue) = 204+195+41=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 41 (16.41% from 255 or 9.32% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC329 is #333CD6. Grayscale: #B4B4B4. Windows color (decimal): -3357911 or 2737100. OLE color: 2737100.

HSL color Cylindrical-coordinate representation of color #CCC329: hue angle of 56.69º 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 #CCC329 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB20419541-
CMYK00.040.800.2
HSL56.69º66.53%48.04%-
HSV(B)56.69º79.9%80%-
XYZ44.8252.039.78-
YUV180.1449.48145.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 195 (76.56% from 255) = 44.32%
BLUE value IS 41 (16.41% from 255) = 9.32%
R=46.36%
G=44.32%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041954100.040.800.256.6966.5348.04
HexCCC329045014394330
Octal3143035104120247110360
Binary110011001100001110100101001010000101001110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC329; }

 p { color: rgb(204,195,41); }

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

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

 a { background-color: rgb(204,195,41); }

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

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

 span { border-color: rgb(204,195,41); }

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