#CAB726

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

Shades of Barberry #CAB726

Tints of Barberry #CAB726

Color information

#CAB726 (or 0xCAB726) is unknown color: approx Barberry. HEX triplet: CA, B7 and 26. RGB value is (202,183,38). Sum of RGB (Red+Green+Blue) = 202+183+38=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB726 is #3548D9. Grayscale: #ACACAC. Windows color (decimal): -3492058 or 2537418. OLE color: 2537418.

HSL color Cylindrical-coordinate representation of color #CAB726: hue angle of 53.05º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAB726 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20218338-
CMYK00.090.810.21
HSL53.05º68.33%47.06%-
HSV(B)53.05º81.19%79.22%-
XYZ41.6446.568.63-
YUV172.1552.29149.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 183 (71.88% from 255) = 43.26%
BLUE value IS 38 (15.23% from 255) = 8.98%
R=47.75%
G=43.26%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021833800.090.810.2153.0568.3347.06
HexCAB72609511535442f
Octal31226746011121256510457
Binary1100101010110111100110010011010001101011101011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB726; }

 p { color: rgb(202,183,38); }

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

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

 a { background-color: rgb(202,183,38); }

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

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

 span { border-color: rgb(202,183,38); }

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