#CACB06

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

Shades of La Rioja #CACB06

Tints of La Rioja #CACB06

Color information

#CACB06 (or 0xCACB06) is unknown color: approx La Rioja. HEX triplet: CA, CB and 06. RGB value is (202,203,6). Sum of RGB (Red+Green+Blue) = 202+203+6=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 6 (2.73% from 255 or 1.46% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB06 is #3534F9. Grayscale: #B5B5B5. Windows color (decimal): -3486970 or 445386. OLE color: 445386.

HSL color Cylindrical-coordinate representation of color #CACB06: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CACB06 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB2022036-
CMYK0.0000.970.20
HSL60.3º94.26%40.98%-
HSV(B)60.3º97.04%79.61%-
XYZ45.7555.288.43-
YUV180.2429.67143.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 6 (2.73% from 255) = 1.46%
R=49.15%
G=49.39%
B=1.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20220360.0000.970.2060.394.2640.98
HexCACB60061143c5e29
Octal312313600141247413651
Binary1100101011001011110001100001101001111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB06; }

 p { color: rgb(202,203,6); }

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

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

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

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

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

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

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