#CACA1B

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

Shades of Barberry #CACA1B

Tints of Barberry #CACA1B

Color information

#CACA1B (or 0xCACA1B) is unknown color: approx Barberry. HEX triplet: CA, CA and 1B. RGB value is (202,202,27). Sum of RGB (Red+Green+Blue) = 202+202+27=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA1B is #3535E4. Grayscale: #B6B6B6. Windows color (decimal): -3487205 or 1821386. OLE color: 1821386.

HSL color Cylindrical-coordinate representation of color #CACA1B: hue angle of 60º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CACA1B is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20220227-
CMYK000.870.21
HSL60º76.42%44.9%-
HSV(B)60º86.63%79.22%-
XYZ45.6854.889.22-
YUV182.0540.5142.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 27 (10.94% from 255) = 6.26%
R=46.87%
G=46.87%
B=6.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220227000.870.216076.4244.9
HexCACA1B0057153c4c2d
Octal3123123300127257411455
Binary110010101100101011011001010111101011111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA1B; }

 p { color: rgb(202,202,27); }

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

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

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

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

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

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

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