#CAC128

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

Shades of Barberry #CAC128

Tints of Barberry #CAC128

Color information

#CAC128 (or 0xCAC128) is unknown color: approx Barberry. HEX triplet: CA, C1 and 28. RGB value is (202,193,40). Sum of RGB (Red+Green+Blue) = 202+193+40=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC128 is #353ED7. Grayscale: #B2B2B2. Windows color (decimal): -3489496 or 2671050. OLE color: 2671050.

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

Color convert

RGB20219340-
CMYK00.040.800.21
HSL56.67º66.94%47.45%-
HSV(B)56.67º80.2%79.22%-
XYZ43.8150.859.51-
YUV178.2549.98144.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 193 (75.78% from 255) = 44.37%
BLUE value IS 40 (16.02% from 255) = 9.20%
R=46.44%
G=44.37%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021934000.040.800.2156.6766.9447.45
HexCAC12804501539432f
Octal3123015004120257110357
Binary110010101100000110100001001010000101011110011000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC128; }

 p { color: rgb(202,193,40); }

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

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

 a { background-color: rgb(202,193,40); }

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

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

 span { border-color: rgb(202,193,40); }

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