#CCC32A

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

Shades of Barberry #CCC32A

Tints of Barberry #CCC32A

Color information

#CCC32A (or 0xCCC32A) is unknown color: approx Barberry. HEX triplet: CC, C3 and 2A. RGB value is (204,195,42). Sum of RGB (Red+Green+Blue) = 204+195+42=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC32A is #333CD5. Grayscale: #B4B4B4. Windows color (decimal): -3357910 or 2802636. OLE color: 2802636.

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

Color convert

RGB20419542-
CMYK00.040.790.2
HSL56.67º65.85%48.24%-
HSV(B)56.67º79.41%80%-
XYZ44.8352.039.87-
YUV180.2549.98144.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 42 (16.80% from 255) = 9.52%
R=46.26%
G=44.22%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041954200.040.790.256.6765.8548.24
HexCCC32A044F14394230
Octal3143035204117247110260
Binary110011001100001110101001001001111101001110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC32A; }

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

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

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

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

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

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

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

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