#CCC42A

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

Shades of Barberry #CCC42A

Tints of Barberry #CCC42A

Color information

#CCC42A (or 0xCCC42A) is unknown color: approx Barberry. HEX triplet: CC, C4 and 2A. RGB value is (204,196,42). Sum of RGB (Red+Green+Blue) = 204+196+42=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC42A is #333BD5. Grayscale: #B5B5B5. Windows color (decimal): -3357654 or 2802892. OLE color: 2802892.

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

Color convert

RGB20419642-
CMYK00.040.790.2
HSL57.04º65.85%48.24%-
HSV(B)57.04º79.41%80%-
XYZ45.0652.489.95-
YUV180.8449.65144.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 196 (76.95% from 255) = 44.34%
BLUE value IS 42 (16.80% from 255) = 9.50%
R=46.15%
G=44.34%
B=9.50%

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
Decimal2041964200.040.790.257.0465.8548.24
HexCCC42A044F14394230
Octal3143045204117247110260
Binary110011001100010010101001001001111101001110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC42A; }

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

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

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

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

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

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

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

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