#CAC02E

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

Shades of Barberry #CAC02E

Tints of Barberry #CAC02E

Color information

#CAC02E (or 0xCAC02E) is unknown color: approx Barberry. HEX triplet: CA, C0 and 2E. RGB value is (202,192,46). Sum of RGB (Red+Green+Blue) = 202+192+46=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC02E is #353FD1. Grayscale: #B2B2B2. Windows color (decimal): -3489746 or 3064010. OLE color: 3064010.

HSL color Cylindrical-coordinate representation of color #CAC02E: hue angle of 56.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAC02E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB20219246-
CMYK00.050.770.21
HSL56.15º62.9%48.63%-
HSV(B)56.15º77.23%79.22%-
XYZ43.750.4510.02-
YUV178.3553.31144.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 46 (18.36% from 255) = 10.45%
R=45.91%
G=43.64%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021924600.050.770.2156.1562.948.63
HexCAC02E054D15383f31
Octal312300560511525707761
Binary11001010110000001011100101100110110101111000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC02E; }

 p { color: rgb(202,192,46); }

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

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

 a { background-color: rgb(202,192,46); }

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

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

 span { border-color: rgb(202,192,46); }

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