#CAC727

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

Shades of Barberry #CAC727

Tints of Barberry #CAC727

Color information

#CAC727 (or 0xCAC727) is unknown color: approx Barberry. HEX triplet: CA, C7 and 27. RGB value is (202,199,39). Sum of RGB (Red+Green+Blue) = 202+199+39=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 39 (15.62% from 255 or 8.86% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC727 is #3538D8. Grayscale: #B6B6B6. Windows color (decimal): -3487961 or 2607050. OLE color: 2607050.

HSL color Cylindrical-coordinate representation of color #CAC727: hue angle of 58.9º 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 #CAC727 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB20219939-
CMYK00.010.810.21
HSL58.9º67.63%47.25%-
HSV(B)58.9º80.69%79.22%-
XYZ45.1553.559.88-
YUV181.6647.49142.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 199 (78.12% from 255) = 45.23%
BLUE value IS 39 (15.62% from 255) = 8.86%
R=45.91%
G=45.23%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021993900.010.810.2158.967.6347.25
HexCAC7270151153b442f
Octal3123074701121257310457
Binary1100101011000111100111011010001101011110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC727; }

 p { color: rgb(202,199,39); }

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

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

 a { background-color: rgb(202,199,39); }

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

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

 span { border-color: rgb(202,199,39); }

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